VideoDescription constructor

VideoDescription({
  1. AfdSignaling? afdSignaling,
  2. AntiAlias? antiAlias,
  3. VideoCodecSettings? codecSettings,
  4. ColorMetadata? colorMetadata,
  5. Rectangle? crop,
  6. DropFrameTimecode? dropFrameTimecode,
  7. int? fixedAfd,
  8. int? height,
  9. Rectangle? position,
  10. RespondToAfd? respondToAfd,
  11. ScalingBehavior? scalingBehavior,
  12. int? sharpness,
  13. VideoTimecodeInsertion? timecodeInsertion,
  14. VideoPreprocessor? videoPreprocessors,
  15. int? width,
})

Implementation

VideoDescription({
  this.afdSignaling,
  this.antiAlias,
  this.codecSettings,
  this.colorMetadata,
  this.crop,
  this.dropFrameTimecode,
  this.fixedAfd,
  this.height,
  this.position,
  this.respondToAfd,
  this.scalingBehavior,
  this.sharpness,
  this.timecodeInsertion,
  this.videoPreprocessors,
  this.width,
});