Audio Capturer Context
interface AudioCapturerContext
Content copied to clipboard
This interface defines the API to be used for writing out captured PCM audio data to the underlying audio subsystem. While the buffer can be of any size, for best results, 10ms is advised.
Functions
write
Link copied to clipboard
This method needs to be called by AudioIORunnable implementation to provide captured data to the media engine.