Package com.jogamp.opengl.util.av
Class AudioSink.AudioFrame
- java.lang.Object
-
- com.jogamp.opengl.util.TimeFrameI
-
- com.jogamp.opengl.util.av.AudioSink.AudioFrame
-
- Direct Known Subclasses:
AudioSink.AudioDataFrame
- Enclosing interface:
- AudioSink
public abstract static class AudioSink.AudioFrame extends TimeFrameI
-
-
Field Summary
-
Fields inherited from class com.jogamp.opengl.util.TimeFrameI
END_OF_STREAM_PTS, INVALID_PTS
-
-
Constructor Summary
Constructors Constructor Description AudioFrame()
AudioFrame(int pts, int duration, int byteCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getByteSize()
Get this frame's size in bytes.void
setByteSize(int size)
Set this frame's size in bytes.String
toString()
-
Methods inherited from class com.jogamp.opengl.util.TimeFrameI
getDuration, getPTS, setDuration, setPTS
-
-
-
-
Method Detail
-
getByteSize
public final int getByteSize()
Get this frame's size in bytes.
-
setByteSize
public final void setByteSize(int size)
Set this frame's size in bytes.
-
toString
public String toString()
- Overrides:
toString
in classTimeFrameI
-
-