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 indicates share computer sound when sharing screen or window. Otherwise, NO.
 
BOOL isOptimizeForSharedVideo
 Share option, YES indicates optimize the frame rate when sharing screen or window. Otherwise, NO.
 

Detailed Description

Configuration options for sharing.

Definition at line 225 of file ZMVideoSDKShareHelper.h.

Property Documentation

◆ isOptimizeForSharedVideo

- (BOOL) isOptimizeForSharedVideo
readwritenonatomicassign

Share option, YES indicates optimize the frame rate when sharing screen or window. Otherwise, NO.

Definition at line 234 of file ZMVideoSDKShareHelper.h.

◆ isWithDeviceAudio

- (BOOL) isWithDeviceAudio
readwritenonatomicassign

Share option, YES indicates share computer sound when sharing screen or window. Otherwise, NO.

Definition at line 229 of file ZMVideoSDKShareHelper.h.