Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKExtendParams Class Reference

Extended configuration parameters for Zoom Video SDK. More...

#include <ZMVideoSDK.h>

Inherits NSObject.

Properties

NSString * speakerTestFilePath
 Specify a file path for speaker test.
 
int wrapperType
 Wrapper type.
 
ZMVideoSDKPreferVideoResolution preferVideoResolution
 Prefer video resolution.
 

Detailed Description

Extended configuration parameters for Zoom Video SDK.

Definition at line 84 of file ZMVideoSDK.h.

Property Documentation

◆ preferVideoResolution

- (ZMVideoSDKPreferVideoResolution) preferVideoResolution
readwritenonatomicassign

Prefer video resolution.

Definition at line 99 of file ZMVideoSDK.h.

◆ speakerTestFilePath

- (NSString*) speakerTestFilePath
readwritenonatomiccopy

Specify a file path for speaker test.

Note
Only support mp3 format. The size cannot exceed 1M.

Definition at line 89 of file ZMVideoSDK.h.

◆ wrapperType

- (int) wrapperType
readwritenonatomicassign

Wrapper type.

Definition at line 94 of file ZMVideoSDK.h.