Uses of Enum
com.github.kokorin.jaffree.nut.StreamHeader.Flag
Packages that use StreamHeader.Flag
Package
Description
Classes partially implementing NUT container format muxer & demuxer.
-
Uses of StreamHeader.Flag in com.github.kokorin.jaffree.nut
Fields in com.github.kokorin.jaffree.nut with type parameters of type StreamHeader.FlagMethods in com.github.kokorin.jaffree.nut that return StreamHeader.FlagModifier and TypeMethodDescriptionstatic StreamHeader.FlagReturns the enum constant of this type with the specified name.static StreamHeader.Flag[]StreamHeader.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 StreamHeader.FlagModifier and TypeMethodDescriptionstatic Set<StreamHeader.Flag> StreamHeader.Flag.fromBitCode(long value) Method parameters in com.github.kokorin.jaffree.nut with type arguments of type StreamHeader.FlagModifier and TypeMethodDescriptionstatic longStreamHeader.Flag.toBitCode(Set<StreamHeader.Flag> flags) Constructor parameters in com.github.kokorin.jaffree.nut with type arguments of type StreamHeader.FlagModifierConstructorDescriptionStreamHeader(int streamId, StreamHeader.Type streamType, byte[] fourcc, int timeBaseId, int msbPtsShift, long maxPtsDistance, long decodeDelay, Set<StreamHeader.Flag> flags, byte[] codecSpecificData, StreamHeader.Video video, StreamHeader.Audio audio)