Video SDK for Linux 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 ()

Public Attributes

const zchar_tspeakerTestFilePath
int wrapperType
ZoomVideoSDKPreferVideoResolution preferVideoResolution

Detailed Description

The extended parameters for Zoom Video SDK initialization.

Definition at line 428 of file zoom_video_sdk_def.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKExtendParams()

ZoomVideoSDKExtendParams::ZoomVideoSDKExtendParams ( )
inline

Definition at line 441 of file zoom_video_sdk_def.h.

442 {
443 speakerTestFilePath = nullptr;
444 wrapperType = 0;
446#if defined __MACOS__
447 disableKeychainAccess = false;
448#endif
449 }
ZoomVideoSDKPreferVideoResolution preferVideoResolution
const zchar_t * speakerTestFilePath
@ ZoomVideoSDKPreferVideoResolution_None

References preferVideoResolution, speakerTestFilePath, wrapperType, and ZoomVideoSDKPreferVideoResolution_None.

Member Data Documentation

◆ preferVideoResolution

ZoomVideoSDKPreferVideoResolution ZoomVideoSDKExtendParams::preferVideoResolution

Definition at line 436 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKExtendParams().

◆ 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 434 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKExtendParams().

◆ wrapperType

int ZoomVideoSDKExtendParams::wrapperType

Definition at line 435 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKExtendParams().