Video SDK for Windows API Reference
|
Represents the settings for a Zoom Video SDK live stream. More...
#include <zoom_video_sdk_def.h>
Public Member Functions | |
ZoomVideoSDKLiveStreamSetting () | |
Default constructor for ZoomVideoSDKLiveStreamSetting. Initializes with speaker view layout and burnt-in close captions. | |
Data Fields | |
ZoomVideoSDKLiveStreamLayout | layout |
ZoomVideoSDKLiveStreamCloseCaption | closeCaption |
Represents the settings for a Zoom Video SDK live stream.
Definition at line 865 of file zoom_video_sdk_def.h.
|
inline |
Default constructor for ZoomVideoSDKLiveStreamSetting. Initializes with speaker view layout and burnt-in close captions.
Definition at line 875 of file zoom_video_sdk_def.h.
References closeCaption, layout, ZoomVideoSDKLiveStreamCloseCaption_BurntIn, and ZoomVideoSDKLiveStreamLayout_SpeakerView.
ZoomVideoSDKLiveStreamCloseCaption ZoomVideoSDKLiveStreamSetting::closeCaption |
The close caption setting for the live stream.
Definition at line 869 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKLiveStreamSetting().
ZoomVideoSDKLiveStreamLayout ZoomVideoSDKLiveStreamSetting::layout |
The layout type for the live stream.
Definition at line 867 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKLiveStreamSetting().