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

ZoomVideoSDK extend params. More...

#include <ZoomVideoSDK.h>

Inherits NSObject.

Properties

NSString *_Nullable speakerTestFilePath
 Audio speaker test file path, only support mp3 format.The size cannot exceed 1M.
 
NSInteger wrapperType
 
ZoomVideoSDKPreferVideoResolution preferVideoResolution
 Prefer video resolution.
 

Detailed Description

ZoomVideoSDK extend params.

Definition at line 37 of file ZoomVideoSDK.h.

Property Documentation

◆ preferVideoResolution

- (ZoomVideoSDKPreferVideoResolution) preferVideoResolution
readwritenonatomicassign

Prefer video resolution.

Definition at line 48 of file ZoomVideoSDK.h.

◆ speakerTestFilePath

- (NSString* _Nullable) speakerTestFilePath
readwritenonatomiccopy

Audio speaker test file path, only support mp3 format.The size cannot exceed 1M.

Definition at line 41 of file ZoomVideoSDK.h.

◆ wrapperType

- (NSInteger) wrapperType
readwritenonatomicassign

Definition at line 43 of file ZoomVideoSDK.h.