Package 

Class AudioTrackSinkFlow

  • All Implemented Interfaces:
    livekit.org.webrtc.AudioTrackSink

    
    public final class AudioTrackSinkFlow
     implements AudioTrackSink
                        

    Gathers the audio data from a RemoteAudioTrack and emits through a flow.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final <ERROR CLASS> audioFormat
      private final <ERROR CLASS> audioFlow
    • Method Summary

      Modifier and Type Method Description
      final <ERROR CLASS> getAudioFormat()
      final <ERROR CLASS> getAudioFlow()
      Unit onData(ByteBuffer audioData, Integer bitsPerSample, Integer sampleRate, Integer numberOfChannels, Integer numberOfFrames, Long absoluteCaptureTimestampMs)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait