NERtc Android SDK  V5.5.40
Public 成员函数 | Public 属性 | 所有成员列表
com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration类 参考

Public 成员函数

String toString ()
 

Public 属性

PointF topLeft
 
PointF topRight
 
PointF bottomLeft
 
PointF bottomRight
 
float canvasWidth
 
float canvasHeight
 
boolean enableMirror
 

类成员变量说明

◆ bottomLeft

PointF com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.bottomLeft

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

◆ bottomRight

PointF com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.bottomRight

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

◆ canvasHeight

float com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.canvasHeight

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

◆ canvasWidth

float com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.canvasWidth

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

◆ enableMirror

boolean com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.enableMirror

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

◆ topLeft

PointF com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.topLeft

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

◆ topRight

PointF com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.topRight

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


该类的文档由以下文件生成: