Uses of Enum
com.github.kokorin.jaffree.nut.FrameCode.Flag
Packages that use FrameCode.Flag
Package
Description
Classes partially implementing NUT container format muxer & demuxer.
-
Uses of FrameCode.Flag in com.github.kokorin.jaffree.nut
Fields in com.github.kokorin.jaffree.nut with type parameters of type FrameCode.FlagMethods in com.github.kokorin.jaffree.nut that return FrameCode.FlagModifier and TypeMethodDescriptionstatic FrameCode.FlagReturns the enum constant of this type with the specified name.static FrameCode.Flag[]FrameCode.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 FrameCode.FlagModifier and TypeMethodDescriptionstatic Set<FrameCode.Flag> FrameCode.Flag.fromBitCode(long value) Creates Set ofFrameCode.Flagfrom passed in bitmask value.static Set<FrameCode.Flag> FrameCode.Flag.xor(Set<FrameCode.Flag> op1, Set<FrameCode.Flag> op2) Executes exclusive Or (Xor) operation on operands.Method parameters in com.github.kokorin.jaffree.nut with type arguments of type FrameCode.FlagModifier and TypeMethodDescriptionstatic longFrameCode.Flag.toBitCode(Set<FrameCode.Flag> flags) Converts set ofFrameCode.Flagto bitmask value.static Set<FrameCode.Flag> FrameCode.Flag.xor(Set<FrameCode.Flag> op1, Set<FrameCode.Flag> op2) Executes exclusive Or (Xor) operation on operands.Constructor parameters in com.github.kokorin.jaffree.nut with type arguments of type FrameCode.FlagModifierConstructorDescriptionFrameCode(Set<FrameCode.Flag> flags, int streamId, int dataSizeMul, int dataSizeLsb, long ptsDelta, long reservedCount, long matchTimeDelta, long elisionHeaderIdx) Creates FrameCode.