NERtc Android SDK
V5.3.1
|
Public 成员函数 | |
String | toString () |
Public 属性 | |
PointF | topLeft |
PointF | topRight |
PointF | bottomLeft |
PointF | bottomRight |
float | canvasWidth |
float | canvasHeight |
boolean | enableMirror |
PointF com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.bottomLeft |
矫正区域的左下顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)
PointF com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.bottomRight |
矫正区域的右下顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)
float com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.canvasHeight |
画布高度(单位 px,使用外部视频渲染时需要传递)
float com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.canvasWidth |
画布宽度(单位 px,使用外部视频渲染时需要传递)
boolean com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.enableMirror |
是否镜像显示(使用外部视频渲染时需要传递)
PointF com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.topLeft |
矫正区域的左上顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)
PointF com.netease.lava.nertc.sdk.NERtcVideoCorrectionConfiguration.topRight |
矫正区域的右上顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)