Meeting SDK for Windows API Reference
|
information of raw live stream info. Here are more detailed structural descriptions.. More...
#include <meeting_live_stream_interface.h>
Public Member Functions | |
RawLiveStreamInfo () | |
Data Fields | |
unsigned int | userId |
const zchar_t * | broadcastUrl |
const zchar_t * | broadcastName |
information of raw live stream info. Here are more detailed structural descriptions..
Definition at line 35 of file meeting_live_stream_interface.h.
|
inline |
Definition at line 43 of file meeting_live_stream_interface.h.
References broadcastName, broadcastUrl, and userId.
const zchar_t* RawLiveStreamInfo::broadcastName |
Broadcast Name
Definition at line 42 of file meeting_live_stream_interface.h.
Referenced by RawLiveStreamInfo().
const zchar_t* RawLiveStreamInfo::broadcastUrl |
Broadcast URL
Definition at line 40 of file meeting_live_stream_interface.h.
Referenced by RawLiveStreamInfo().
unsigned int RawLiveStreamInfo::userId |
User ID.
Definition at line 38 of file meeting_live_stream_interface.h.
Referenced by RawLiveStreamInfo().