NERtcVideoWatermarkConfig class
视频水印设置,目前支持三种类型的水印,但只能其中选择一种水印生效
- Annotations
- 
    - @JsonSerializable.new()
 
Constructors
- NERtcVideoWatermarkConfig({required NERtcVideoWatermarkType WatermarkType, NERtcVideoWatermarkImageConfig? imageWatermark, NERtcVideoWatermarkTextConfig? textWatermark, NERtcVideoWatermarkTimestampConfig? timestampWatermark})
- 
          NERtcVideoWatermarkConfig.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- imageWatermark ↔ NERtcVideoWatermarkImageConfig?
- 
  图片水印配置,watermarkType = kNERtcWatermarkTypeImage 时生效
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- textWatermark ↔ NERtcVideoWatermarkTextConfig?
- 
  文字水印配置,watermarkType = kNERtcWatermarkTypeText 时生效
  getter/setter pair
- timestampWatermark ↔ NERtcVideoWatermarkTimestampConfig?
- 
  时间戳水印配置,watermarkType = kNERtcWatermarkTypeTimestamp 时生效
  getter/setter pair
- WatermarkType ↔ NERtcVideoWatermarkType
- 
  视频水印类型
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited