setRecordingDeviceMute
Sets the mute status of the audio capture device.
virtual int setRecordingDeviceMute(bool mute) = 0;
Parameters
- mute
-
Whether to mute the audio recording device:
true
: Mute the audio capture device.false
: Unmute the audio capture device.
Returns
- 0: Success.
- < 0: Failure.