Unity Video SDK API Reference Documentation
Loading...
Searching...
No Matches
ZMVideoSDKShareOption Struct Reference

Data Fields

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 207 of file ZMVideoSDKStructs.cs.

Field Documentation

◆ isOptimizeForSharedVideo

bool ZMVideoSDKShareOption.isOptimizeForSharedVideo

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

Definition at line 213 of file ZMVideoSDKStructs.cs.

◆ isWithDeviceAudio

bool ZMVideoSDKShareOption.isWithDeviceAudio

share option, true: share computer sound when share screen/window, otherwise not.

Definition at line 210 of file ZMVideoSDKStructs.cs.