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

Public Attributes

bool isWithDeviceAudio
 share option, true: share computer sound when share screen/window, otherwise not.
 
bool isOptimizeForSharedVideo
 share option, true: optimize the frame rate when share screen/window, otherwise not.
 

Detailed Description

Definition at line 14 of file zoom_video_sdk_share_helper_interface.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKShareOption() [1/3]

ZoomVideoSDKShareOption::ZoomVideoSDKShareOption ( )
inline

Definition at line 19 of file zoom_video_sdk_share_helper_interface.h.

20 {
21 isWithDeviceAudio = false;
23 }
bool isWithDeviceAudio
share option, true: share computer sound when share screen/window, otherwise not.
bool isOptimizeForSharedVideo
share option, true: optimize the frame rate when share screen/window, otherwise not.

References isOptimizeForSharedVideo, and isWithDeviceAudio.

◆ ZoomVideoSDKShareOption() [2/3]

ZoomVideoSDKShareOption::ZoomVideoSDKShareOption ( const ZoomVideoSDKShareOption & option)
inline

◆ ZoomVideoSDKShareOption() [3/3]

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

Definition at line 31 of file zoom_video_sdk_share_helper_interface.h.

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

References isOptimizeForSharedVideo, and isWithDeviceAudio.

Member Data Documentation

◆ isOptimizeForSharedVideo

bool ZoomVideoSDKShareOption::isOptimizeForSharedVideo

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

Definition at line 17 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().