Video SDK for Windows API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKInitParams Struct Reference

The initialization parameters for Zoom Video SDK. More...

#include <zoom_video_sdk_def.h>

Public Member Functions

 ZoomVideoSDKInitParams ()
 

Data Fields

const zchar_tdomain
 
const zchar_tlogFilePrefix
 
bool enableLog
 
bool enableIndirectRawdata
 
ZoomVideoSDKRawDataMemoryMode audioRawDataMemoryMode
 
ZoomVideoSDKRawDataMemoryMode videoRawDataMemoryMode
 
ZoomVideoSDKRawDataMemoryMode shareRawDataMemoryMode
 
ZoomVideoSDKExtendParams extendParam
 

Detailed Description

The initialization parameters for Zoom Video SDK.

Definition at line 393 of file zoom_video_sdk_def.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKInitParams()

Field Documentation

◆ audioRawDataMemoryMode

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().

◆ domain

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().

◆ enableIndirectRawdata

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().

◆ enableLog

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().

◆ extendParam

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.

◆ logFilePrefix

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().

◆ shareRawDataMemoryMode

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().

◆ videoRawDataMemoryMode

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().