VVideoCompressionConfig.high constructor
const
VVideoCompressionConfig.high({
- String? outputPath,
- bool deleteOriginal = false,
- bool fallbackToOriginalIfNotSmaller = true,
- bool saveToGallery = false,
- bool includeAudio = true,
- bool includeMetadata = true,
- bool optimizeForStreaming = true,
- bool copyMetadata = true,
- bool useHardwareAcceleration = true,
- bool useFastStart = true,
- bool useTwoPassEncoding = false,
- bool useVariableBitrate = true,
- VVideoAdvancedConfig? advanced,
Implementation
const VVideoCompressionConfig.high({
this.outputPath,
this.deleteOriginal = false,
this.fallbackToOriginalIfNotSmaller = true,
this.saveToGallery = false,
this.includeAudio = true,
this.includeMetadata = true,
this.optimizeForStreaming = true,
this.copyMetadata = true,
this.useHardwareAcceleration = true,
this.useFastStart = true,
this.useTwoPassEncoding = false,
this.useVariableBitrate = true,
this.advanced,
}) : quality = VVideoCompressQuality.high;