VideoWatermarkConfig constructor

VideoWatermarkConfig({
  1. required NERtcVideoWatermarkType WatermarkType,
  2. VideoWatermarkImageConfig? imageWatermark,
  3. VideoWatermarkTextConfig? textWatermark,
  4. VideoWatermarkTimestampConfig? timestampWatermark,
})

Implementation

VideoWatermarkConfig({
  required this.WatermarkType,
  this.imageWatermark,
  this.textWatermark,
  this.timestampWatermark,
});