|
Meeting SDK for macOS API Reference
|
Helper class for testing microphone devices. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - startRecordingMic: |
| Starts recording when testing microphone. | |
| (ZoomSDKError) | - stopRecrodingMic |
| Stops recording when testing microphone. | |
| (ZoomSDKError) | - playRecordedMic |
| Plays recorded sounds when testing microphone. | |
| (ZoomSDKError) | - stopPlayRecordedMic |
| Stops playing recorded sounds when testing microphone. | |
| (ZoomSDKTestMicStatus) | - getTestMicStatus |
| Gets the status when testing microphone. | |
Protected Attributes | |
| id< ZoomSDKSettingTestAudioDelegate > | _delegate |
| ZoomSDKTestMicStatus | _testMicStatus |
| NSString * | _microphoneID |
Properties | |
| id< ZoomSDKSettingTestAudioDelegate > | delegate |
| Delegate to receive audio testing events. | |
Helper class for testing microphone devices.
Definition at line 150 of file ZoomSDKSettingService.h.
| - (ZoomSDKTestMicStatus) getTestMicStatus |
Gets the status when testing microphone.
References getTestMicStatus.
Referenced by getTestMicStatus.
| - (ZoomSDKError) playRecordedMic |
Plays recorded sounds when testing microphone.
References playRecordedMic.
Referenced by playRecordedMic.
| - (ZoomSDKError) startRecordingMic: | (NSString *) | deviceID |
Starts recording when testing microphone.
| deviceID | The microphone's device ID. |
| - (ZoomSDKError) stopPlayRecordedMic |
Stops playing recorded sounds when testing microphone.
References stopPlayRecordedMic.
Referenced by stopPlayRecordedMic.
| - (ZoomSDKError) stopRecrodingMic |
Stops recording when testing microphone.
References stopRecrodingMic.
Referenced by stopRecrodingMic.
|
protected |
Definition at line 152 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 154 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 153 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Delegate to receive audio testing events.
Definition at line 159 of file ZoomSDKSettingService.h.