Unity Video SDK API Reference Documentation
|
Data Fields | |
string | domain = "https://zoom.us" |
string | logFilePrefix = "ZoomVideoSDK" |
bool | enableLog = false |
bool | enableFullHD = false |
ZMVideoSDKRawDataMemoryMode | audioRawDataMemoryMode = ZMVideoSDKRawDataMemoryMode.ZMVideoSDKRawDataMemoryMode_Heap |
ZMVideoSDKRawDataMemoryMode | videoRawDataMemoryMode = ZMVideoSDKRawDataMemoryMode.ZMVideoSDKRawDataMemoryMode_Heap |
ZMVideoSDKRawDataMemoryMode | shareRawDataMemoryMode = ZMVideoSDKRawDataMemoryMode.ZMVideoSDKRawDataMemoryMode_Heap |
string | teamIdentifier |
ZMVideoSDKExtendParams | extendParams |
Definition at line 11 of file ZMVideoSDKStructs.cs.
ZMVideoSDKRawDataMemoryMode ZMVideoSDKInitParams.audioRawDataMemoryMode = ZMVideoSDKRawDataMemoryMode.ZMVideoSDKRawDataMemoryMode_Heap |
Definition at line 17 of file ZMVideoSDKStructs.cs.
string ZMVideoSDKInitParams.domain = "https://zoom.us" |
Definition at line 13 of file ZMVideoSDKStructs.cs.
bool ZMVideoSDKInitParams.enableFullHD = false |
Definition at line 16 of file ZMVideoSDKStructs.cs.
bool ZMVideoSDKInitParams.enableLog = false |
Definition at line 15 of file ZMVideoSDKStructs.cs.
ZMVideoSDKExtendParams ZMVideoSDKInitParams.extendParams |
Definition at line 21 of file ZMVideoSDKStructs.cs.
string ZMVideoSDKInitParams.logFilePrefix = "ZoomVideoSDK" |
Definition at line 14 of file ZMVideoSDKStructs.cs.
ZMVideoSDKRawDataMemoryMode ZMVideoSDKInitParams.shareRawDataMemoryMode = ZMVideoSDKRawDataMemoryMode.ZMVideoSDKRawDataMemoryMode_Heap |
Definition at line 19 of file ZMVideoSDKStructs.cs.
string ZMVideoSDKInitParams.teamIdentifier |
Definition at line 20 of file ZMVideoSDKStructs.cs.
ZMVideoSDKRawDataMemoryMode ZMVideoSDKInitParams.videoRawDataMemoryMode = ZMVideoSDKRawDataMemoryMode.ZMVideoSDKRawDataMemoryMode_Heap |
Definition at line 18 of file ZMVideoSDKStructs.cs.