Public Member Functions | |
Region () | |
Public Attributes | |
uid_t | uid |
double | x |
double | y |
double | width |
double | height |
double | alpha |
int | renderMode |
The setting of the region.
uid_t agora::linuxsdk::VideoMixingLayout::Region::uid |
The UID of the user (communication mode)/host (live broadcast mode) displaying the video in the region.
double agora::linuxsdk::VideoMixingLayout::Region::x |
The relative horizontal position of the top-left corner of the region. The value is between 0.0 and 1.0.
double agora::linuxsdk::VideoMixingLayout::Region::y |
The relative vertical position of the top-left corner of the region. The value is between 0.0 and 1.0.
double agora::linuxsdk::VideoMixingLayout::Region::width |
The relative width of the region. The value is between 0.0 and 1.0.
double agora::linuxsdk::VideoMixingLayout::Region::height |
The relative height of the region. The value is between 0.0 and 1.0.
double agora::linuxsdk::VideoMixingLayout::Region::alpha |
The transparency of the image. The value is between 0.0 (transparent) and 1.0 (opaque).
int agora::linuxsdk::VideoMixingLayout::Region::renderMode |
Render mode.