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

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

#include <zoom_video_sdk_def.h>

Public Member Functions

 ZoomVideoSDKExtendParams ()
 

Data Fields

const zchar_tspeakerTestFilePath
 
int wrapperType
 

Detailed Description

The extended parameters for Zoom Video SDK initialization.

Definition at line 374 of file zoom_video_sdk_def.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKExtendParams()

ZoomVideoSDKExtendParams::ZoomVideoSDKExtendParams ( )
inline

Definition at line 383 of file zoom_video_sdk_def.h.

384 {
385 speakerTestFilePath = nullptr;
386 wrapperType = 0;
387 }
const zchar_t * speakerTestFilePath

References speakerTestFilePath, and wrapperType.

Field Documentation

◆ speakerTestFilePath

const zchar_t* ZoomVideoSDKExtendParams::speakerTestFilePath

The file path for speaker test playback. Only supports MP3 format. The file size must not exceed 1 MB.

Definition at line 380 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKExtendParams().

◆ wrapperType

int ZoomVideoSDKExtendParams::wrapperType

Definition at line 381 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKExtendParams().