toggle menu
livekit-compose-components
1.4.0
SDK
switch theme
search in API
livekit-compose-components
/
io.livekit.android.compose.ui.audio
/
AudioTrackSinkFlow
Audio
Track
Sink
Flow
class
AudioTrackSinkFlow
:
AudioTrackSink
Gathers the audio data from a
RemoteAudioTrack
and emits through a flow.
Members
Constructors
Audio
Track
Sink
Flow
Link copied to clipboard
constructor
(
)
Properties
audio
Flow
Link copied to clipboard
val
audioFlow
:
MutableSharedFlow
<
Pair
<
ByteBuffer
,
Int
>
>
audio
Format
Link copied to clipboard
val
audioFormat
:
MutableStateFlow
<
AudioFormat
>
Functions
on
Data
Link copied to clipboard
open
override
fun
onData
(
audioData
:
ByteBuffer
,
bitsPerSample
:
Int
,
sampleRate
:
Int
,
numberOfChannels
:
Int
,
numberOfFrames
:
Int
,
absoluteCaptureTimestampMs
:
Long
)