BurnInDestinationSettings constructor

BurnInDestinationSettings({
  1. BurnInAlignment? alignment,
  2. BurnInBackgroundColor? backgroundColor,
  3. int? backgroundOpacity,
  4. InputLocation? font,
  5. BurnInFontColor? fontColor,
  6. int? fontOpacity,
  7. int? fontResolution,
  8. String? fontSize,
  9. BurnInOutlineColor? outlineColor,
  10. int? outlineSize,
  11. BurnInShadowColor? shadowColor,
  12. int? shadowOpacity,
  13. int? shadowXOffset,
  14. int? shadowYOffset,
  15. BurnInTeletextGridControl? teletextGridControl,
  16. int? xPosition,
  17. int? yPosition,
})

Implementation

BurnInDestinationSettings({
  this.alignment,
  this.backgroundColor,
  this.backgroundOpacity,
  this.font,
  this.fontColor,
  this.fontOpacity,
  this.fontResolution,
  this.fontSize,
  this.outlineColor,
  this.outlineSize,
  this.shadowColor,
  this.shadowOpacity,
  this.shadowXOffset,
  this.shadowYOffset,
  this.teletextGridControl,
  this.xPosition,
  this.yPosition,
});