NERtc UE SDK  V5.4.109
Public 属性 | 所有成员列表
nertc::NERtcVideoCorrectionConfiguration结构体 参考

#include <NertcEngineDefines.h>

Public 属性

NERtcPoint top_left
 
NERtcPoint top_right
 
NERtcPoint bottom_left
 
NERtcPoint bottom_right
 
float canvas_width
 
float canvas_height
 
bool enable_mirror
 

详细描述

视频图像畸变矫正相关设置。

类成员变量说明

◆ bottom_left

NERtcPoint nertc::NERtcVideoCorrectionConfiguration::bottom_left

矫正区域的左下顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)

◆ bottom_right

NERtcPoint nertc::NERtcVideoCorrectionConfiguration::bottom_right

矫正区域的右下顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)

◆ canvas_height

float nertc::NERtcVideoCorrectionConfiguration::canvas_height

画布高度(单位 px,使用外部视频渲染时需要传递)

◆ canvas_width

float nertc::NERtcVideoCorrectionConfiguration::canvas_width

画布宽度(单位 px,使用外部视频渲染时需要传递)

◆ enable_mirror

bool nertc::NERtcVideoCorrectionConfiguration::enable_mirror

是否镜像显示(使用外部视频渲染时需要传递)

◆ top_left

NERtcPoint nertc::NERtcVideoCorrectionConfiguration::top_left

矫正区域的左上顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)

◆ top_right

NERtcPoint nertc::NERtcVideoCorrectionConfiguration::top_right

矫正区域的右上顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)


该结构体的文档由以下文件生成: