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 409 of file zoom_video_sdk_def.h.
|
inline |
Definition at line 428 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 420 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 412 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 418 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 416 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 427 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 414 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 424 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 422 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKInitParams().