Video SDK for Linux API 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. | |
Definition at line 14 of file zoom_video_sdk_share_helper_interface.h.
|
inline |
Definition at line 19 of file zoom_video_sdk_share_helper_interface.h.
References isOptimizeForSharedVideo, and isWithDeviceAudio.
|
inline |
Definition at line 25 of file zoom_video_sdk_share_helper_interface.h.
References isOptimizeForSharedVideo, and isWithDeviceAudio.
|
inline |
Definition at line 31 of file zoom_video_sdk_share_helper_interface.h.
References isOptimizeForSharedVideo, and isWithDeviceAudio.
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().
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().