-
- All Implemented Interfaces:
-
livekit.org.webrtc.AudioTrackSink
public final class AudioTrackSinkFlow implements AudioTrackSinkGathers the audio data from a RemoteAudioTrack and emits through a flow.
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>audioFormatprivate final <ERROR CLASS>audioFlow
-
Constructor Summary
Constructors Constructor Description AudioTrackSinkFlow()
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>getAudioFormat()final <ERROR CLASS>getAudioFlow()UnitonData(ByteBuffer audioData, Integer bitsPerSample, Integer sampleRate, Integer numberOfChannels, Integer numberOfFrames, Long absoluteCaptureTimestampMs)-
-
Method Detail
-
getAudioFormat
final <ERROR CLASS> getAudioFormat()
-
getAudioFlow
final <ERROR CLASS> getAudioFlow()
-
-
-
-