|
Meeting SDK for macOS API Reference
|
Helper class to test speaker devices. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - SpeakerStartPlaying: |
| Starts playing when testing speaker. | |
| (ZoomSDKError) | - SpeakerStopPlaying |
| Stops playing when testing speaker. | |
Protected Attributes | |
| id< ZoomSDKSettingTestAudioDelegate > | _delegate |
| BOOL | _isSpeakerInTesting |
| NSString * | _speakerID |
Properties | |
| BOOL | isSpeakerInTesting |
| Indicates whether speaker testing is in progress. | |
| id< ZoomSDKSettingTestAudioDelegate > | delegate |
| Delegate to receive audio testing events. | |
Helper class to test speaker devices.
Definition at line 116 of file ZoomSDKSettingService.h.
| - (ZoomSDKError) SpeakerStartPlaying: | (NSString *) | deviceID |
Starts playing when testing speaker.
| deviceID | The speaker's device ID. |
| - (ZoomSDKError) SpeakerStopPlaying |
Stops playing when testing speaker.
References SpeakerStopPlaying.
Referenced by SpeakerStopPlaying.
|
protected |
Definition at line 118 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 119 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 120 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Delegate to receive audio testing events.
Definition at line 130 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Indicates whether speaker testing is in progress.
Definition at line 125 of file ZoomSDKSettingService.h.