Agora Java API Reference for Android
|
Public Attributes | |
uid_t | uid |
double | x |
double | y |
double | width |
double | height |
int | zOrder |
double | alpha |
media::base::RENDER_MODE_TYPE | renderMode |
uid_t agora::rtc::VideoCompositingLayout::Region::uid |
User ID of the user whose video is to be displayed in the region.
double agora::rtc::VideoCompositingLayout::Region::x |
Horizontal position of the region on the screen.
double agora::rtc::VideoCompositingLayout::Region::y |
Vertical position of the region on the screen.
double agora::rtc::VideoCompositingLayout::Region::width |
Actual width of the region.
double agora::rtc::VideoCompositingLayout::Region::height |
Actual height of the region.
int agora::rtc::VideoCompositingLayout::Region::zOrder |
0 means the region is at the bottom, and 100 means the region is at the top.
double agora::rtc::VideoCompositingLayout::Region::alpha |
0 means the region is transparent, and 1 means the region is opaque. The default value is 1.0.