VideoDescription constructor
VideoDescription({
- AfdSignaling? afdSignaling,
- AntiAlias? antiAlias,
- VideoCodecSettings? codecSettings,
- ColorMetadata? colorMetadata,
- Rectangle? crop,
- DropFrameTimecode? dropFrameTimecode,
- int? fixedAfd,
- int? height,
- Rectangle? position,
- RespondToAfd? respondToAfd,
- ScalingBehavior? scalingBehavior,
- int? sharpness,
- VideoTimecodeInsertion? timecodeInsertion,
- VideoPreprocessor? videoPreprocessors,
- 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,
});