Agora C++ API Reference for All Platforms
|
Classes | |
struct | Region |
Public Member Functions | |
VideoCompositingLayout () | |
Public Attributes | |
int | canvasWidth |
int | canvasHeight |
const char * | backgroundColor |
const Region * | regions |
int | regionCount |
const char * | appData |
int | appDataLength |
|
inline |
int agora::rtc::VideoCompositingLayout::canvasWidth |
Ignore this parameter. The width of the canvas is set by agora::rtc::IRtcEngine::configPublisher, and not by agora::rtc::VideoCompositingLayout::canvasWidth.
int agora::rtc::VideoCompositingLayout::canvasHeight |
Ignore this parameter. The height of the canvas is set by agora::rtc::IRtcEngine::configPublisher, and not by agora::rtc::VideoCompositingLayout::canvasHeight.
const char* agora::rtc::VideoCompositingLayout::backgroundColor |
Enter any of the 6-digit symbols defined in RGB.
const Region* agora::rtc::VideoCompositingLayout::regions |
Region array. Each host in the channel can have a region to display the video on the screen.
int agora::rtc::VideoCompositingLayout::regionCount |
Number of users in the channel.
const char* agora::rtc::VideoCompositingLayout::appData |
User-defined data.
int agora::rtc::VideoCompositingLayout::appDataLength |
Length of the user-defined data.