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

Live stream settings configuration class for Zoom Video SDK. This class contains layout and close caption settings for live streaming. More...

#include <ZMVideoSDKLiveStreamHelper.h>

Inherits NSObject.

Properties

ZMVideoSDKLiveStreamLayout layout
 
ZMVideoSDKLiveStreamCloseCaption closeCaption
 

Detailed Description

Live stream settings configuration class for Zoom Video SDK. This class contains layout and close caption settings for live streaming.

Definition at line 16 of file ZMVideoSDKLiveStreamHelper.h.

Property Documentation

◆ closeCaption

- (ZMVideoSDKLiveStreamCloseCaption) closeCaption
readwritenonatomicassign

The close caption setting for the live stream.

Definition at line 26 of file ZMVideoSDKLiveStreamHelper.h.

◆ layout

- (ZMVideoSDKLiveStreamLayout) layout
readwritenonatomicassign

The layout type for the live stream.

Definition at line 21 of file ZMVideoSDKLiveStreamHelper.h.