Agora C++ API Reference for All Platforms
|
Public Member Functions | |
VideoLayout () | |
Public Attributes | |
const char * | channelId |
rtc::uid_t | uid |
user_id_t | strUid |
uint32_t | x |
uint32_t | y |
uint32_t | width |
uint32_t | height |
uint32_t | videoState |
Layout info of video stream which compose a transcoder video stream.
|
inline |
const char* agora::VideoLayout::channelId |
Channel Id from which this video stream come from.
rtc::uid_t agora::VideoLayout::uid |
User id of video stream.
user_id_t agora::VideoLayout::strUid |
User account of video stream.
uint32_t agora::VideoLayout::x |
x coordinate of video stream on a transcoded video stream canvas.
uint32_t agora::VideoLayout::y |
y coordinate of video stream on a transcoded video stream canvas.
uint32_t agora::VideoLayout::width |
width of video stream on a transcoded video stream canvas.
uint32_t agora::VideoLayout::height |
height of video stream on a transcoded video stream canvas.
uint32_t agora::VideoLayout::videoState |
video state of video stream on a transcoded video stream canvas. 0 for normal video , 1 for placeholder image showed , 2 for black image.