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>
将当前对象转换为 JSON 格式。
toString() String
A string representation of this object.
inherited

Operators

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