onAudioMixingStateChanged method Null safety
- int reason
Get notified when the audio recording state changes
reason 0: Ends expectedly; 1: An error occurred during audio mixing
Implementation
void onAudioMixingStateChanged(int reason);
Get notified when the audio recording state changes
reason 0: Ends expectedly; 1: An error occurred during audio mixing
void onAudioMixingStateChanged(int reason);