Uses of Class
net.bramp.ffmpeg.nut.NutDataInputStream
Packages that use NutDataInputStream
-
Uses of NutDataInputStream in net.bramp.ffmpeg.nut
Methods in net.bramp.ffmpeg.nut with parameters of type NutDataInputStreamModifier and TypeMethodDescriptionvoidFrame.read(NutReader nut, NutDataInputStream in, int code) Reads a frame from the NUT stream using the given frame code.voidPacket.read(NutDataInputStream in, long startcode) Reads a complete packet including header, body, and footer.voidPacketFooter.read(NutDataInputStream in) Reads and validates the packet footer checksum.voidPacketHeader.read(NutDataInputStream in, long startcode) Reads the packet header including startcode and forward pointer.protected voidMainHeaderPacket.readBody(NutDataInputStream in) protected voidPacket.readBody(NutDataInputStream in) Reads the body of the packet from the input stream.protected voidStreamHeaderPacket.readBody(NutDataInputStream in) Frame.readMetaData(NutDataInputStream in) Reads metadata key-value pairs from the NUT data input stream.voidPacket.seekToPacketFooter(NutDataInputStream in) Skips forward in the stream to the start of the packet footer.