TRTCRenderParams class

Remote image parameters

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
Field description: image rendering mode
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mirrorType int
Field description: mirror mode
getter/setter pair
rotation int
Field description: clockwise image rotation angle
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>
Convert the current object to JSON.
toString() String
A string representation of this object.
inherited

Operators

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