NERtcVideoWatermarkConfig class
视频水印设置,目前支持三种类型的水印,但只能其中选择一种水印生效
Constructors
- NERtcVideoWatermarkConfig.new({required NERtcVideoWatermarkType WatermarkType, required NERtcVideoWatermarkImageConfig imageWatermark, required NERtcVideoWatermarkTextConfig textWatermark, required NERtcVideoWatermarkTimestampConfig timestampWatermark})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageWatermark ↔ NERtcVideoWatermarkImageConfig
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textWatermark ↔ NERtcVideoWatermarkTextConfig
-
getter/setter pair
- timestampWatermark ↔ NERtcVideoWatermarkTimestampConfig
-
getter/setter pair
- WatermarkType ↔ NERtcVideoWatermarkType
-
getter/setter pair
Methods
-
encode(
) → Object -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
Object result) → NERtcVideoWatermarkConfig