Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKTestAudioDeviceHelper Class Reference

Test audio device interface. More...

#include <ZoomVideoSDKTestAudioDeviceHelper.h>

Inherits NSObject.

Instance Methods

(ZoomVideoSDKError- startMicTest
 Startthe mic test. This will start recording the input from the miic. Once the recording is complete, call stopMicTest to finish the recording.
 
(ZoomVideoSDKError- stopMicTest
 Stop the microphone test. Before calling this, you must have successfully started the microphone test by calling startMicTest. Otherwise this returns an error.
 
(ZoomVideoSDKError- playMicTest
 Play the microphone recorded sound. You must complete a microphone test by successfully executing startMicTest and stopMicTest before calling this. Otherwise this returns an error.
 
(ZoomVideoSDKError- startSpeakerTest
 Start the speaker test.
 
(ZoomVideoSDKError- stopSpeakerTest
 Stop the speaker test. Before calling this, you must have successfully started the speaker test by calling startSpeakerTest. Otherwise this returns an error.
 

Detailed Description

Test audio device interface.

Definition at line 15 of file ZoomVideoSDKTestAudioDeviceHelper.h.

Method Documentation

◆ playMicTest

- (ZoomVideoSDKError) playMicTest

Play the microphone recorded sound. You must complete a microphone test by successfully executing startMicTest and stopMicTest before calling this. Otherwise this returns an error.

Returns
If the function succeeds, the return value is Errors_Success. Otherwise failed. To get extended error information, see [ZoomVideoSDKError].

◆ startMicTest

- (ZoomVideoSDKError) startMicTest

Startthe mic test. This will start recording the input from the miic. Once the recording is complete, call stopMicTest to finish the recording.

Returns
If the function succeeds, the return value is Errors_Success. Otherwise failed. To get extended error information, see [ZoomVideoSDKError].

◆ startSpeakerTest

- (ZoomVideoSDKError) startSpeakerTest

Start the speaker test.

Returns
If the function succeeds, the return value is Errors_Success. Otherwise failed. To get extended error information, see [ZoomVideoSDKError].

◆ stopMicTest

- (ZoomVideoSDKError) stopMicTest

Stop the microphone test. Before calling this, you must have successfully started the microphone test by calling startMicTest. Otherwise this returns an error.

Returns
If the function succeeds, the return value is Errors_Success. Otherwise failed. To get extended error information, see [ZoomVideoSDKError].

◆ stopSpeakerTest

- (ZoomVideoSDKError) stopSpeakerTest

Stop the speaker test. Before calling this, you must have successfully started the speaker test by calling startSpeakerTest. Otherwise this returns an error.

Returns
If the function succeeds, the return value is Errors_Success. Otherwise failed. To get extended error information, see [ZoomVideoSDKError].