Video SDK for Windows API Reference
|
The initialization parameters for Zoom Video SDK. More...
#include <zoom_video_sdk_def.h>
Public Member Functions | |
ZoomVideoSDKInitParams () | |
The initialization parameters for Zoom Video SDK.
Definition at line 393 of file zoom_video_sdk_def.h.
|
inline |
Definition at line 412 of file zoom_video_sdk_def.h.
References audioRawDataMemoryMode, domain, enableIndirectRawdata, enableLog, logFilePrefix, shareRawDataMemoryMode, videoRawDataMemoryMode, and ZoomVideoSDKRawDataMemoryModeStack.
ZoomVideoSDKRawDataMemoryMode ZoomVideoSDKInitParams::audioRawDataMemoryMode |
Memory allocation mode for audio raw data (stack or heap). Optional. Default is stack.
Definition at line 404 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKInitParams().
const zchar_t* ZoomVideoSDKInitParams::domain |
The web domain used by the SDK. This is a required parameter.
Definition at line 396 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKInitParams().
bool ZoomVideoSDKInitParams::enableIndirectRawdata |
Whether to enable indirect raw data access. Optional. Default is false.
Definition at line 402 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKInitParams().
bool ZoomVideoSDKInitParams::enableLog |
Whether to enable SDK logging. Optional. Default is false.
Definition at line 400 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKInitParams().
ZoomVideoSDKExtendParams ZoomVideoSDKInitParams::extendParam |
Extended optional parameters for SDK initialization. For more details, see the ZoomVideoSDKExtendParams.
Definition at line 411 of file zoom_video_sdk_def.h.
const zchar_t* ZoomVideoSDKInitParams::logFilePrefix |
Prefix for the generated log file names. Optional. If not set, a default prefix will be used.
Definition at line 398 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKInitParams().
ZoomVideoSDKRawDataMemoryMode ZoomVideoSDKInitParams::shareRawDataMemoryMode |
Memory allocation mode for share raw data (stack or heap). Optional. Default is stack.
Definition at line 408 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKInitParams().
ZoomVideoSDKRawDataMemoryMode ZoomVideoSDKInitParams::videoRawDataMemoryMode |
Memory allocation mode for video raw data (stack or heap). Optional. Default is stack.
Definition at line 406 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKInitParams().