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

Initialization parameters for Zoom Video SDK. More...

#include <ZMVideoSDK.h>

Inherits NSObject.

Properties

NSString * domain
 Sets client domain of ZOOM Video SDK.
 
NSString * logFilePrefix
 Prefix of log file name.
 
BOOL enableLog
 Sets whether to enable default log of which the capacity is less than 5M.
 
ZMVideoSDKRawDataMemoryMode audioRawDataMemoryMode
 Sets audio raw data memory mode.
 
ZMVideoSDKRawDataMemoryMode videoRawDataMemoryMode
 Sets video raw data memory mode.
 
ZMVideoSDKRawDataMemoryMode shareRawDataMemoryMode
 Sets share raw data memory mode.
 
ZMVideoSDKExtendParamsextendParams
 Extended parameters.
 

Detailed Description

Initialization parameters for Zoom Video SDK.

Definition at line 46 of file ZMVideoSDK.h.

Property Documentation

◆ audioRawDataMemoryMode

- (ZMVideoSDKRawDataMemoryMode) audioRawDataMemoryMode
readwritenonatomicassign

Sets audio raw data memory mode.

Definition at line 65 of file ZMVideoSDK.h.

◆ domain

- (NSString*) domain
readwritenonatomicretain

Sets client domain of ZOOM Video SDK.

Definition at line 50 of file ZMVideoSDK.h.

◆ enableLog

- (BOOL) enableLog
readwritenonatomicassign

Sets whether to enable default log of which the capacity is less than 5M.

Definition at line 60 of file ZMVideoSDK.h.

◆ extendParams

- (ZMVideoSDKExtendParams*) extendParams
readwritenonatomicretain

Extended parameters.

Definition at line 80 of file ZMVideoSDK.h.

◆ logFilePrefix

- (NSString*) logFilePrefix
readwritenonatomicretain

Prefix of log file name.

Definition at line 55 of file ZMVideoSDK.h.

◆ shareRawDataMemoryMode

- (ZMVideoSDKRawDataMemoryMode) shareRawDataMemoryMode
readwritenonatomicassign

Sets share raw data memory mode.

Definition at line 75 of file ZMVideoSDK.h.

◆ videoRawDataMemoryMode

- (ZMVideoSDKRawDataMemoryMode) videoRawDataMemoryMode
readwritenonatomicassign

Sets video raw data memory mode.

Definition at line 70 of file ZMVideoSDK.h.