TRTCWatermark class
Configuration of the properties of the TRTC watermarking function
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rect ↔ Rect
-
Description: The coordinates (in pixels) of the watermark.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- watermarkUrl ↔ String
-
Description: The URL of the watermark image. The image specified by the URL will be mixed during On-Cloud MixTranscoding.
getter/setter pair
- zOrder ↔ int
-
Description: The layer of the watermark, which must be unique. Value range:
0
-15
.getter/setter pair
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