on Start Capturing
open override fun onStartCapturing(audioDeviceContext: AudioDeviceContext): Boolean
Content copied to clipboard
Called by the underlying audio subsystem when the capturer is ready to capture. This method is called after onInitCapturer().
Return
A boolean value that indicates if capturing has started or not.
Parameters
audioDeviceContext