Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKShareOption Class Reference

Configuration options for sharing. More...

#include <ZMVideoSDKShareHelper.h>

Inherits NSObject.

Properties

BOOL isWithDeviceAudio
 Share option, YES means share computer sound when share screen/window, otherwise not.
 
BOOL isOptimizeForSharedVideo
 Share option, YES means optimize the frame rate when share screen/window, otherwise not.
 

Detailed Description

Configuration options for sharing.

Definition at line 215 of file ZMVideoSDKShareHelper.h.

Property Documentation

◆ isOptimizeForSharedVideo

- (BOOL) isOptimizeForSharedVideo
readwritenonatomicassign

Share option, YES means optimize the frame rate when share screen/window, otherwise not.

Definition at line 224 of file ZMVideoSDKShareHelper.h.

◆ isWithDeviceAudio

- (BOOL) isWithDeviceAudio
readwritenonatomicassign

Share option, YES means share computer sound when share screen/window, otherwise not.

Definition at line 219 of file ZMVideoSDKShareHelper.h.