Meeting SDK for macOS API Reference
|
Helper class to test speaker devices. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - SpeakerStartPlaying: |
This method is used to start playing when testing speaker. | |
(ZoomSDKError) | - SpeakerStopPlaying |
This method is used to stop 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 115 of file ZoomSDKSettingService.h.
- (ZoomSDKError) SpeakerStartPlaying: | (NSString *) | deviceID |
This method is used to start playing when testing speaker.
deviceID | The ID of the speaker device. |
- (ZoomSDKError) SpeakerStopPlaying |
This method is used to stop playing when testing speaker.
|
protected |
Definition at line 117 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 118 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 119 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Delegate to receive audio testing events.
Definition at line 129 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Indicates whether speaker testing is in progress.
Definition at line 124 of file ZoomSDKSettingService.h.