NERtc Unity SDK V.5.4.128
|
Public 属性 | |
RtcPoint | topLeft |
RtcPoint | topRight |
RtcPoint | bottomLeft |
RtcPoint | bottomRight |
float | canvasWidth |
float | canvasHeight |
bool | enableMirror |
视频图像畸变矫正相关设置。
RtcPoint nertc.RtcVideoCorrectionConfiguration.topLeft |
矫正区域的左上顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)
RtcPoint nertc.RtcVideoCorrectionConfiguration.topRight |
矫正区域的右上顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)
RtcPoint nertc.RtcVideoCorrectionConfiguration.bottomLeft |
矫正区域的左下顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)
RtcPoint nertc.RtcVideoCorrectionConfiguration.bottomRight |
矫正区域的右下顶点(x 和 y 的取值范围为 0 ~ 1 的浮点数)
float nertc.RtcVideoCorrectionConfiguration.canvasWidth |
画布宽度(单位 px,使用外部视频渲染时需要传递)
float nertc.RtcVideoCorrectionConfiguration.canvasHeight |
画布高度(单位 px,使用外部视频渲染时需要传递)
bool nertc.RtcVideoCorrectionConfiguration.enableMirror |
是否镜像显示(使用外部视频渲染时需要传递)