Video SDK for Windows API 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 |
Definition at line 13 of file zoom_video_sdk_share_helper_interface.h.
|
inline |
Definition at line 20 of file zoom_video_sdk_share_helper_interface.h.
References isOptimizeForSharedVideo, and isWithDeviceAudio.
|
inline |
Definition at line 26 of file zoom_video_sdk_share_helper_interface.h.
References isOptimizeForSharedVideo, and isWithDeviceAudio.
|
inline |
Definition at line 32 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 18 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().