NERtcVideoWatermarkConfig constructor

NERtcVideoWatermarkConfig({
  1. required NERtcVideoWatermarkType WatermarkType,
  2. NERtcVideoWatermarkImageConfig? imageWatermark,
  3. NERtcVideoWatermarkTextConfig? textWatermark,
  4. NERtcVideoWatermarkTimestampConfig? timestampWatermark,
})

Implementation

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