stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc
/
AudioTrackSink
Audio
Track
Sink
interface
AudioTrackSink
Java version of rtc::AudioTrackSinkInterface.
Members
Functions
on
Data
Link copied to clipboard
abstract
fun
onData
(
audioData
:
ByteBuffer
,
bitsPerSample
:
Int
,
sampleRate
:
Int
,
numberOfChannels
:
Int
,
numberOfFrames
:
Int
,
absoluteCaptureTimestampMs
:
Long
)
Implementations should copy the audio data into a local copy if they wish to use the data after this function returns.