VideoCompressionOptions constructor
const
VideoCompressionOptions({})
Implementation
const VideoCompressionOptions({
super.outputFormat,
super.keepMetadata,
super.customOptions,
this.quality = 'medium',
this.maxWidth,
this.maxHeight,
this.bitrate,
this.videoCodec,
this.audioCodec,
this.frameRate,
this.progressive = false,
});