Agora Recording CPP API Reference
|
#include <IAgoraLinuxSdkCommon.h>
Data Fields | |
uid_t | uid |
double | x |
double | y |
double | width |
double | height |
double | alpha |
int | renderMode |
The setting of the region.
double agora::linuxsdk::VideoMixingLayout::Region::alpha |
The transparency of the image. The value is between 0.0 (transparent) and 1.0 (opaque).
double agora::linuxsdk::VideoMixingLayout::Region::height |
Relative height of the region. The value is between 0.0 and 1.0.
int agora::linuxsdk::VideoMixingLayout::Region::renderMode |
Render mode.
uid_t agora::linuxsdk::VideoMixingLayout::Region::uid |
UID of the user (communication mode)/host (live broadcast mode) displaying the video in the region.
double agora::linuxsdk::VideoMixingLayout::Region::width |
Relative width of the region. The value is between 0.0 and 1.0.
double agora::linuxsdk::VideoMixingLayout::Region::x |
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 |
Relative vertical position of the top-left corner of the region. The value is between 0.0 and 1.0.