|
Video SDK for MacOS API Reference
|
Initialization parameters for Zoom Video SDK. More...
#include <ZMVideoSDK.h>
Inherits NSObject.
Properties | |
| NSString * | domain |
| Set client domain of ZOOM Video SDK. | |
| NSString * | logFilePrefix |
| Prefix of log file name. | |
| BOOL | enableLog |
| Set whether to enable default log of which the capacity is less than 5M. | |
| ZMVideoSDKRawDataMemoryMode | audioRawDataMemoryMode |
| Set audio raw data memory mode. | |
| ZMVideoSDKRawDataMemoryMode | videoRawDataMemoryMode |
| Set video raw data memory mode. | |
| ZMVideoSDKRawDataMemoryMode | shareRawDataMemoryMode |
| Set share raw data memory mode. | |
| ZMVideoSDKExtendParams * | extendParams |
| Extended parameters. | |
Initialization parameters for Zoom Video SDK.
Definition at line 46 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Set audio raw data memory mode.
Definition at line 65 of file ZMVideoSDK.h.
|
readwritenonatomicretain |
Set client domain of ZOOM Video SDK.
Definition at line 50 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Set whether to enable default log of which the capacity is less than 5M.
Definition at line 60 of file ZMVideoSDK.h.
|
readwritenonatomicretain |
Extended parameters.
Definition at line 80 of file ZMVideoSDK.h.
|
readwritenonatomicretain |
Prefix of log file name.
Definition at line 55 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Set share raw data memory mode.
Definition at line 75 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Set video raw data memory mode.
Definition at line 70 of file ZMVideoSDK.h.