aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/av/AudioSink.java
Commit message (Expand)AuthorAgeFilesLines
* AudioSink: Just pass a finte buffer size (KISS), add getLastBufferedPTS() to ...Sven Gothel2023-10-041-42/+36
* AudioSink: Drop getMaxSupportedChannels(), use getNativeFormat(), getPreferre...Sven Gothel2023-05-231-24/+41
* AudioSink: Refine context locking where supported, have a more usable univers...Sven Gothel2023-05-231-6/+27
* AudioFormat/AudioSink: Use float in seconds for duration to avoid losing prec...Sven Gothel2023-05-211-4/+20
* AudioSink: Add getAvgFrameDuration(); API-Doc: Default*: 'frame' -> AudioFram...Sven Gothel2023-05-211-14/+22
* AudioSink: Enhance description re 'AudioFrame' and 'frameDuration' also using...Sven Gothel2023-05-211-6/+19
* AudioSink.init(): Detail 'frameDuration' intend and impact of underlying JOAL...Sven Gothel2023-05-201-3/+14
* Add AudioSink.getSourceCount(), refine Audio* API docSven Gothel2023-05-201-1/+23
* AudioSink: Add latency query, init(..) frameDuration in ms shall be int, fix ...Sven Gothel2023-05-191-8/+34
* Place AudioFormat in its own file outside AudioSink, JOAL's ALAudioSink has m...Sven Gothel2023-05-181-150/+0
* AudioSink: Add exclusive locking allowing implementations to short-cut for le...Sven Gothel2023-05-171-0/+12
* Promote common av (audio/video) classes (AudioSink, ..) from JOGL to GlueGen ...Sven Gothel2023-05-171-0/+448