com.jogamp.opengl.util.av
Class AudioSink.AudioDataFrame

java.lang.Object
  extended by com.jogamp.opengl.util.TimeFrameI
      extended by com.jogamp.opengl.util.av.AudioSink.AudioFrame
          extended by 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
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

AudioSink.AudioDataFrame

public AudioSink.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 class AudioSink.AudioFrame


Copyright 2010 JogAmp Community.