Uses of Enum
com.github.kokorin.jaffree.nut.MainHeader.Flag
Packages that use MainHeader.Flag
Package
Description
Classes partially implementing NUT container format muxer & demuxer.
-
Uses of MainHeader.Flag in com.github.kokorin.jaffree.nut
Fields in com.github.kokorin.jaffree.nut with type parameters of type MainHeader.FlagMethods in com.github.kokorin.jaffree.nut that return MainHeader.FlagModifier and TypeMethodDescriptionstatic MainHeader.FlagReturns the enum constant of this type with the specified name.static MainHeader.Flag[]MainHeader.Flag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.kokorin.jaffree.nut that return types with arguments of type MainHeader.FlagModifier and TypeMethodDescriptionstatic Set<MainHeader.Flag> MainHeader.Flag.fromBitCode(long value) Creates Set ofMainHeader.Flagfrom passed in bitmask value.Method parameters in com.github.kokorin.jaffree.nut with type arguments of type MainHeader.FlagModifier and TypeMethodDescriptionstatic longMainHeader.Flag.toBitCode(Set<MainHeader.Flag> flags) Converts set ofMainHeader.Flagto bitmask value.Constructor parameters in com.github.kokorin.jaffree.nut with type arguments of type MainHeader.FlagModifierConstructorDescriptionMainHeader(long majorVersion, long minorVersion, int streamCount, long maxDistance, Rational[] timeBases, FrameCode[] frameCodes, long[] elisionHeaderSize, Set<MainHeader.Flag> flags) CreatesMainHeader.