Package net.bramp.ffmpeg.nut
Class MainHeaderPacket
java.lang.Object
net.bramp.ffmpeg.nut.Packet
net.bramp.ffmpeg.nut.MainHeaderPacket
Represents the main 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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidReads the body of the packet from the input stream.toString()Methods inherited from class net.bramp.ffmpeg.nut.Packet
read, seekToPacketFooter
-
Field Details
-
BROADCAST_MODE
- See Also:
-
-
Constructor Details
-
MainHeaderPacket
public MainHeaderPacket()Constructs a new empty main header packet.
-
-
Method Details