Interface IAudioDataSender

All Known Implementing Classes:
EncoderHandlerThreadAudio

public interface IAudioDataSender
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendAudioData(byte[] buffer, long audioTimeNs)
     
  • Method Details

    • sendAudioData

      void sendAudioData(@NonNull byte[] buffer, long audioTimeNs)