|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jogamp.opengl.util.TimeFrameI
com.jogamp.opengl.util.av.AudioSink.AudioFrame
com.jogamp.opengl.util.av.AudioSink.AudioDataFrame
public static class AudioSink.AudioDataFrame
| Field Summary |
|---|
| Fields inherited from class com.jogamp.opengl.util.TimeFrameI |
|---|
END_OF_STREAM_PTS, INVALID_PTS |
| Constructor Summary | |
|---|---|
AudioSink.AudioDataFrame(int pts,
int duration,
ByteBuffer bytes,
int byteCount)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AudioSink.AudioDataFrame(int pts,
int duration,
ByteBuffer bytes,
int byteCount)
| Method Detail |
|---|
public final ByteBuffer getData()
public String toString()
toString in class AudioSink.AudioFrame
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||