VideoWatermarkTimestampConfig constructor

VideoWatermarkTimestampConfig({
  1. double? wmAlpha,
  2. int? wmWidth,
  3. int? wmHeight,
  4. int? offsetX,
  5. int? offsetY,
  6. int? wmColor,
  7. int? fontSize,
  8. int? fontColor,
  9. String? fontNameOrPath,
})

Implementation

VideoWatermarkTimestampConfig({
  this.wmAlpha,
  this.wmWidth,
  this.wmHeight,
  this.offsetX,
  this.offsetY,
  this.wmColor,
  this.fontSize,
  this.fontColor,
  this.fontNameOrPath,
});