AudioStreamDataCallback

Callback interface for providing audio stream data in pull mode.

Implement this interface to receive audio data requests from the system.

Functions

Link copied to clipboard
abstract fun onMoreData(bufferData: AudioStreamBufferData)

Called by the system to request audio data.