NERtcVideoCorrectionConfiguration class

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

Constructors

NERtcVideoCorrectionConfiguration({required CGPoint topLeft, required CGPoint topRight, required CGPoint bottomLeft, required CGPoint bottomRight, double? canvasHeight = 0, double? canvasWidth = 0, bool? enableMirror = false})

Properties

bottomLeft CGPoint
矫正区域的左下顶点
getter/setter pair
bottomRight CGPoint
矫正区域的右下顶点
getter/setter pair
canvasHeight double?
画布高度
getter/setter pair
canvasWidth double?
画布宽度
getter/setter pair
enableMirror bool?
是否镜像显示
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeft CGPoint
矫正区域的左上顶点
getter/setter pair
topRight CGPoint
矫正区域的右上顶点
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited