|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| 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* channelId |
Channel Id from which this video stream come from.
| rtc::uid_t uid |
User id of video stream.
| user_id_t strUid |
User account of video stream.
| uint32_t x |
x coordinate of video stream on a transcoded video stream canvas.
| uint32_t y |
y coordinate of video stream on a transcoded video stream canvas.
| uint32_t width |
width of video stream on a transcoded video stream canvas.
| uint32_t height |
height of video stream on a transcoded video stream canvas.
| uint32_t 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.