VideoWatermarkConfig constructor
VideoWatermarkConfig({
- required NERtcVideoWatermarkType WatermarkType,
- VideoWatermarkImageConfig? imageWatermark,
- VideoWatermarkTextConfig? textWatermark,
- VideoWatermarkTimestampConfig? timestampWatermark,
Implementation
VideoWatermarkConfig({
required this.WatermarkType,
this.imageWatermark,
this.textWatermark,
this.timestampWatermark,
});