Developer Center
Video Call
API Reference
Agora C++ API Reference for All Platforms
Agora C++ API Reference for All Platforms
#include <IAgoraRtcEngine.h>
- Deprecated:
- RTC video compositing layout.
◆ VideoCompositingLayout()
agora::rtc::VideoCompositingLayout::VideoCompositingLayout |
( |
| ) |
|
|
inline |
◆ canvasWidth
int agora::rtc::VideoCompositingLayout::canvasWidth |
◆ canvasHeight
int agora::rtc::VideoCompositingLayout::canvasHeight |
◆ backgroundColor
const char* agora::rtc::VideoCompositingLayout::backgroundColor |
RGB hex color value.
- Note
- Value only, do not include a #. For example, C0C0C0.
◆ regions
const Region* agora::rtc::VideoCompositingLayout::regions |
Screen display region information.
Sets the screen display region of a host or a delegated host in CDN live streaming. See Region for more information.
◆ regionCount
int agora::rtc::VideoCompositingLayout::regionCount |
Number of the screen display regions.
◆ appData
const char* agora::rtc::VideoCompositingLayout::appData |
Application-defined data. Supports a maximum of 2048 bytes.
◆ appDataLength
int agora::rtc::VideoCompositingLayout::appDataLength |
Length of the user-defined application data.