Package com.github.kokorin.jaffree.nut
Class StreamHeader
java.lang.Object
com.github.kokorin.jaffree.nut.StreamHeader
Nut format stream header.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAudio-related data forStreamHeader.static enumNUT Colorspace type.static enumNUT Stream bit flags.static enumAKA Stream Class.static classVideo-related data forStreamHeader. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StreamHeader.Audiofinal byte[]final longfinal Set<StreamHeader.Flag> final byte[]final longfinal intfinal intfinal StreamHeader.Typefinal intfinal StreamHeader.Video -
Constructor Summary
ConstructorsConstructorDescriptionStreamHeader(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) -
Method Summary
-
Field Details
-
streamId
public final int streamId -
streamType
-
fourcc
public final byte[] fourcc -
timeBaseId
public final int timeBaseId -
msbPtsShift
public final int msbPtsShift -
maxPtsDistance
public final long maxPtsDistance -
decodeDelay
public final long decodeDelay -
flags
-
codecSpecificData
public final byte[] codecSpecificData -
video
-
audio
-
-
Constructor Details
-
StreamHeader
public StreamHeader(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)
-
-
Method Details