TRTCRenderParams class

远端图像参数

Constructors

TRTCRenderParams({int rotation = TRTCCloudDef.TRTC_VIDEO_ROTATION_0, int fillMode = TRTCCloudDef.TRTC_VIDEO_RENDER_MODE_FILL, int mirrorType = TRTCCloudDef.TRTC_VIDEO_MIRROR_TYPE_AUTO})

Properties

fillMode int
【字段含义】图像渲染模式
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mirrorType int
【字段含义】镜像模式
getter/setter pair
rotation int
【字段含义】图像顺时针旋转角度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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