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

#include <zoom_video_sdk_share_helper_interface.h>

Public Member Functions

 ZoomVideoSDKShareOption ()
 
 ZoomVideoSDKShareOption (const ZoomVideoSDKShareOption &option)
 
 ZoomVideoSDKShareOption (bool bWithAudio, bool optimize)
 

Data Fields

bool isWithDeviceAudio
 
bool isOptimizeForSharedVideo
 

Detailed Description

Definition at line 13 of file zoom_video_sdk_share_helper_interface.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKShareOption() [1/3]

ZoomVideoSDKShareOption::ZoomVideoSDKShareOption ( )
inline

◆ ZoomVideoSDKShareOption() [2/3]

ZoomVideoSDKShareOption::ZoomVideoSDKShareOption ( const ZoomVideoSDKShareOption & option)
inline

◆ ZoomVideoSDKShareOption() [3/3]

ZoomVideoSDKShareOption::ZoomVideoSDKShareOption ( bool bWithAudio,
bool optimize )
inline

Definition at line 32 of file zoom_video_sdk_share_helper_interface.h.

33 {
34 isWithDeviceAudio = bWithAudio;
35 isOptimizeForSharedVideo = optimize;
36 }

References isOptimizeForSharedVideo, and isWithDeviceAudio.

Field Documentation

◆ isOptimizeForSharedVideo

bool ZoomVideoSDKShareOption::isOptimizeForSharedVideo

share option, true: optimize the frame rate when share screen/window, otherwise not.

Definition at line 18 of file zoom_video_sdk_share_helper_interface.h.

Referenced by ZoomVideoSDKShareOption(), ZoomVideoSDKShareOption(), and ZoomVideoSDKShareOption().

◆ isWithDeviceAudio

bool ZoomVideoSDKShareOption::isWithDeviceAudio

share option, true: share computer sound when share screen/window, otherwise not.

Definition at line 16 of file zoom_video_sdk_share_helper_interface.h.

Referenced by ZoomVideoSDKShareOption(), ZoomVideoSDKShareOption(), and ZoomVideoSDKShareOption().