Package net.bramp.ffmpeg.nut
Class Frame
java.lang.Object
net.bramp.ffmpeg.nut.Frame
A video or audio frame.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(NutReader nut, NutDataInputStream in, int code) Reads a frame from the NUT stream using the given frame code.Reads metadata key-value pairs from the NUT data input stream.toString()
-
Constructor Details
-
Frame
public Frame()
-
-
Method Details
-
readMetaData
Reads metadata key-value pairs from the NUT data input stream.- Throws:
IOException
-
read
Reads a frame from the NUT stream using the given frame code.- Throws:
IOException
-
toString
-