MixerAudioBufferCallback
A convenience class that handles mixing the microphone data and custom audio data.
Inheritors
Functions
Link copied to clipboard
abstract fun onBufferRequest( originalBuffer: ByteBuffer, audioFormat: Int, channelCount: Int, sampleRate: Int, bytesRead: Int, captureTimeNs: Long): MixerAudioBufferCallback.BufferResponse?