Video SDK for Windows API Reference
|
Represents the parameters needed to start a Zoom Video SDK live stream. More...
#include <zoom_video_sdk_def.h>
Public Member Functions | |
ZoomVideoSDKLiveStreamParams () | |
Default constructor for ZoomVideoSDKLiveStreamParams. Initializes all pointers to nullptr and creates default settings. | |
Data Fields | |
const zchar_t * | streamUrl |
const zchar_t * | key |
const zchar_t * | broadcastUrl |
ZoomVideoSDKLiveStreamSetting | setting |
Represents the parameters needed to start a Zoom Video SDK live stream.
Definition at line 884 of file zoom_video_sdk_def.h.
|
inline |
Default constructor for ZoomVideoSDKLiveStreamParams. Initializes all pointers to nullptr and creates default settings.
Definition at line 898 of file zoom_video_sdk_def.h.
References broadcastUrl, key, setting, and streamUrl.
const zchar_t* ZoomVideoSDKLiveStreamParams::broadcastUrl |
The broadcast URL where viewers can watch the live stream.
Definition at line 890 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKLiveStreamParams().
const zchar_t* ZoomVideoSDKLiveStreamParams::key |
The stream key for authentication with the live stream platform.
Definition at line 888 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKLiveStreamParams().
ZoomVideoSDKLiveStreamSetting ZoomVideoSDKLiveStreamParams::setting |
The live stream settings including layout and close caption options.
Definition at line 892 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKLiveStreamParams().
const zchar_t* ZoomVideoSDKLiveStreamParams::streamUrl |
The URL of the live stream platform (e.g., YouTube, Facebook).
Definition at line 886 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKLiveStreamParams().