NERtcVideoWatermarkImageConfig constructor

NERtcVideoWatermarkImageConfig({
  1. double? wmAlpha = 1.0,
  2. int? wmWidth = 0,
  3. int? wmHeight = 0,
  4. int? offsetX = 0,
  5. int? offsetY = 0,
  6. required List<String?> imagePaths,
  7. int? fps = 0,
  8. bool? loop = true,
})

Implementation

NERtcVideoWatermarkImageConfig(
    {this.wmAlpha = 1.0,
    this.wmWidth = 0,
    this.wmHeight = 0,
    this.offsetX = 0,
    this.offsetY = 0,
    required this.imagePaths,
    this.fps = 0,
    this.loop = true});