Agora RTC Objective-C API Reference
Refactor
|
Data Structures | |
struct | Region |
Data Fields | |
int | canvasWidth |
int | canvasHeight |
const char * | backgroundColor |
const Region * | regions |
int | regionCount |
const char * | appData |
int | appDataLength |
|
inline |
int canvasWidth |
Ignore this parameter. The width of the canvas is set by agora::rtc::IRtcEngine::configPublisher, and not by agora::rtc::VideoCompositingLayout::canvasWidth.
int 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* backgroundColor |
Enter any of the 6-digit symbols defined in RGB.
const Region* regions |
Region array. Each host in the channel can have a region to display the video on the screen.
int regionCount |
Number of users in the channel.
const char* appData |
User-defined data.
int appDataLength |
Length of the user-defined data.