Package com.jogamp.common.av
-
Interface Summary Interface Description AudioSink PTS.FloatValue An external float value getter -
Class Summary Class Description AudioFormat Specifies the linear audio PCM format.AudioSink.AudioDataFrame Audio data frame example ofAudioSink.AudioFrame
with actual audio data being attached.AudioSink.AudioFrame Abstract audio frame containing multiple audio samples per channel, trackingTimeFrameI
pts and size in bytes.AudioSinkFactory PTS Presentation Timestamp (PTS) with added System Clock Reference (SCR) viaPTS.set(long, int)
and its interpolation viaPTS.get(long)
, as well as giving raw access viaPTS.getLast()
.TimeFrameI Integer time frame in milliseconds, maybe specialized for texture/video, audio, ..