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
 Gets the audio speaker test file path. Only supports mp3 format. The size cannot exceed 1M.
 
NSInteger wrapperType
 Gets the wrapper type.
 
ZoomVideoSDKPreferVideoResolution preferVideoResolution
 Gets the preferred video resolution.
 

Detailed Description

ZoomVideoSDK extend params.

Definition at line 40 of file ZoomVideoSDK.h.

Property Documentation

◆ preferVideoResolution

- (ZoomVideoSDKPreferVideoResolution) preferVideoResolution
readwritenonatomicassign

Gets the preferred video resolution.

Definition at line 54 of file ZoomVideoSDK.h.

◆ speakerTestFilePath

- (NSString* _Nullable) speakerTestFilePath
readwritenonatomiccopy

Gets the audio speaker test file path. Only supports mp3 format. The size cannot exceed 1M.

Definition at line 44 of file ZoomVideoSDK.h.

◆ wrapperType

- (NSInteger) wrapperType
readwritenonatomicassign

Gets the wrapper type.

Definition at line 49 of file ZoomVideoSDK.h.