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