Uses of Enum
com.github.kokorin.jaffree.nut.StreamHeader.Type
Packages that use StreamHeader.Type
Package
Description
Classes partially implementing NUT container format muxer & demuxer.
-
Uses of StreamHeader.Type in com.github.kokorin.jaffree.nut
Fields in com.github.kokorin.jaffree.nut declared as StreamHeader.TypeMethods in com.github.kokorin.jaffree.nut that return StreamHeader.TypeModifier and TypeMethodDescriptionstatic StreamHeader.TypeStreamHeader.Type.fromCode(long code) static StreamHeader.TypeReturns the enum constant of this type with the specified name.static StreamHeader.Type[]StreamHeader.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.kokorin.jaffree.nut with parameters of type StreamHeader.TypeModifierConstructorDescriptionStreamHeader(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)