Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
uid_t | uid |
double | x |
double | y |
double | width |
double | height |
int | zOrder |
double | alpha |
|
inline |
uid_t uid |
User ID of the user whose video is to be displayed in the region.
double x |
Horizontal position of the region on the screen.
double y |
Vertical position of the region on the screen.
double width |
Actual width of the region.
double height |
Actual height of the region.
int zOrder |
0 means the region is at the bottom, and 100 means the region is at the top.
double alpha |
0 means the region is transparent, and 1 means the region is opaque. The default value is 1.0.
media::base::RENDER_MODE_TYPE renderMode |