|
Video SDK for Linux 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. | |
Public Attributes | |
| ZoomVideoSDKLiveStreamLayout | layout |
| ZoomVideoSDKLiveStreamCloseCaption | closeCaption |
Represents the settings for a Zoom Video SDK live stream.
Definition at line 866 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 876 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 870 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKLiveStreamSetting().
| ZoomVideoSDKLiveStreamLayout ZoomVideoSDKLiveStreamSetting::layout |
The layout type for the live stream.
Definition at line 868 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKLiveStreamSetting().