Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKTestAudioDeviceHelper Class Reference

Test audio device interface. More...

#include <ZoomVideoSDKTestAudioDeviceHelper.h>

Inherits NSObject.

Instance Methods

(ZoomVideoSDKError- startMicTest
 Starts the microphone test. This will start recording the input from the microphone. Once the recording is complete, call stopMicTest to finish the recording.
 
(ZoomVideoSDKError- stopMicTest
 Stops the microphone test. Before calling this, you must have successfully started the microphone test by calling startMicTest. Otherwise this returns an error.
 
(ZoomVideoSDKError- playMicTest
 Plays 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
 Starts the speaker test.
 
(ZoomVideoSDKError- stopSpeakerTest
 Stops 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 12 of file ZoomVideoSDKTestAudioDeviceHelper.h.

Method Documentation

◆ playMicTest

- (ZoomVideoSDKError) playMicTest

Plays 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, it returns Errors_Success. Otherwise, this function returns an error.

◆ startMicTest

- (ZoomVideoSDKError) startMicTest

Starts the microphone test. This will start recording the input from the microphone. Once the recording is complete, call stopMicTest to finish the recording.

Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.

◆ startSpeakerTest

- (ZoomVideoSDKError) startSpeakerTest

Starts the speaker test.

Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.

◆ stopMicTest

- (ZoomVideoSDKError) stopMicTest

Stops 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, it returns Errors_Success. Otherwise, this function returns an error.

◆ stopSpeakerTest

- (ZoomVideoSDKError) stopSpeakerTest

Stops 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, it returns Errors_Success. Otherwise, this function returns an error.