Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKLiveStreamSetting Class Reference

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

#include <ZoomVideoSDKLiveStreamHelper.h>

Inherits NSObject.

Properties

ZoomVideoSDKLiveStreamLayout layout
 
ZoomVideoSDKLiveStreamCloseCaption 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 12 of file ZoomVideoSDKLiveStreamHelper.h.

Property Documentation

◆ closeCaption

- (ZoomVideoSDKLiveStreamCloseCaption) closeCaption
readwritenonatomicassign

The close caption setting for the live stream.

Definition at line 22 of file ZoomVideoSDKLiveStreamHelper.h.

◆ layout

- (ZoomVideoSDKLiveStreamLayout) layout
readwritenonatomicassign

The layout type for the live stream.

Definition at line 17 of file ZoomVideoSDKLiveStreamHelper.h.