TRTCWatermark class

TRTC 水印功能的属性配置

Constructors

TRTCWatermark()

Properties

hashCode int
The hash code for this object.
no setterinherited
rect Rect
描述:水印的坐标(以像素为单位)。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
watermarkUrl String
描述:水印图像的 URL。URL 指定的图像将在云端混流转码期间混合。
getter/setter pair
zOrder int
描述:水印的图层,必须唯一。取值范围:0-15
getter/setter pair

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