Helper class for testing microphone devices.
More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Helper class for testing microphone devices.
Definition at line 149 of file ZoomSDKSettingService.h.
◆ getTestMicStatus
Gets the status when testing microphone.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ playRecordedMic
Plays recorded sounds when testing microphone.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ startRecordingMic:
Starts recording when testing microphone.
- Parameters
-
| deviceID | The microphone's device ID. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ stopPlayRecordedMic
Stops playing recorded sounds when testing microphone.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ stopRecrodingMic
Stops recording when testing microphone.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ _delegate
◆ _microphoneID
| - (NSString*) _microphoneID |
|
protected |
◆ _testMicStatus
◆ delegate