Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKSettingTestMicrophoneDeviceHelper Class Reference
Inheritance diagram for ZoomSDKSettingTestMicrophoneDeviceHelper:

Instance Methods

(ZoomSDKError) - startRecordingMic:
 This method is used to start recording when testing microphone. More...
 
(ZoomSDKError) - stopRecrodingMic
 This method is used to stop recording when testing microphone. More...
 
(ZoomSDKError) - playRecordedMic
 This method is used to play recorded sounds when testing microphone. More...
 
(ZoomSDKError) - stopPlayRecordedMic
 This method is used to stop playing recorded sounds when testing microphone. More...
 
(ZoomSDKTestMicStatus) - getTestMicStatus
 This method is used to get the status when testing microphone. More...
 

Protected Attributes

id< ZoomSDKSettingTestAudioDelegate_delegate
 
ZoomSDKTestMicStatus _testMicStatus
 
NSString * _microphoneID
 

Properties

id< ZoomSDKSettingTestAudioDelegatedelegate
 

Method Documentation

◆ getTestMicStatus

- (ZoomSDKTestMicStatus) getTestMicStatus

This method is used to get the status when testing microphone.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ playRecordedMic

- (ZoomSDKError) playRecordedMic

This method is used to play recorded sounds when testing microphone.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ startRecordingMic:

- (ZoomSDKError) startRecordingMic: (NSString *)  deviceID

This method is used to start recording when testing microphone.

Parameters
deviceIDThe ID of the microphone device.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ stopPlayRecordedMic

- (ZoomSDKError) stopPlayRecordedMic

This method is used to stop playing recorded sounds when testing microphone.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ stopRecrodingMic

- (ZoomSDKError) stopRecrodingMic

This method is used to stop recording when testing microphone.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

The documentation for this class was generated from the following file: