NERecord Linux SDK 5.5.3103
|
#include <nerecord_engine_defines.h>
Public Attributes | |
NERtcLayoutType | layout |
const char * | backgroundColor |
uint32_t | regionCount |
NERtcRegion * | regions |
const char * | appData |
int | appDataLength |
uint32_t | wm_num |
WatermarkConfig * | wm_configs |
合流录制布局。
const char* nerecord::VideoLayout::appData |
应用程序自定义数据
int nerecord::VideoLayout::appDataLength |
应用程序自定义数据长度
const char* nerecord::VideoLayout::backgroundColor |
画布背景色,格式为 6 位 RGB 值, 如"#000000"
NERtcLayoutType nerecord::VideoLayout::layout |
布局模式, LayoutType
uint32_t nerecord::VideoLayout::regionCount |
画布里子窗口数量
NERtcRegion* nerecord::VideoLayout::regions |
每个子窗口的具体参数, 请参考 Region
WatermarkConfig* nerecord::VideoLayout::wm_configs |
水印的详细设置, WaterMarkConfig
uint32_t nerecord::VideoLayout::wm_num |
水印个数