Package net.bramp.ffmpeg.nut
Class StreamHeaderPacket
java.lang.Object
net.bramp.ffmpeg.nut.Packet
net.bramp.ffmpeg.nut.StreamHeaderPacket
Represents a stream header packet in the NUT multimedia container format.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.bramp.ffmpeg.nut.Packet
Packet.Startcode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringfourccToString(byte[] fourcc) Converts a fourcc byte array to its string representation.protected voidReads the body of the packet from the input stream.toString()Methods inherited from class net.bramp.ffmpeg.nut.Packet
read, seekToPacketFooter
-
Field Details
-
VIDEO
- See Also:
-
AUDIO
- See Also:
-
SUBTITLE
- See Also:
-
USER_DATA
- See Also:
-
-
Constructor Details
-
StreamHeaderPacket
public StreamHeaderPacket()
-
-
Method Details