NERtcVideoWatermarkConfig constructor
NERtcVideoWatermarkConfig({
- required NERtcVideoWatermarkType WatermarkType,
- NERtcVideoWatermarkImageConfig? imageWatermark,
- NERtcVideoWatermarkTextConfig? textWatermark,
- NERtcVideoWatermarkTimestampConfig? timestampWatermark,
Implementation
NERtcVideoWatermarkConfig(
{required this.WatermarkType,
this.imageWatermark,
this.textWatermark,
this.timestampWatermark});