getRecordingDeviceVolume
Retrieves the volume of the audio recording device.
virtual int getRecordingDeviceVolume(int *volume) = 0;
Details
Note: This method applies to Windows only.
Parameters
- volume
- An output parameter. It indicates the volume of the audio recording device. The value range is [0,255].
Returns
- 0: Success.
- < 0: Failure.