VVideoCompressionConfig.high constructor

const VVideoCompressionConfig.high({
  1. String? outputPath,
  2. bool deleteOriginal = false,
  3. bool fallbackToOriginalIfNotSmaller = true,
  4. bool saveToGallery = false,
  5. bool includeAudio = true,
  6. bool includeMetadata = true,
  7. bool optimizeForStreaming = true,
  8. bool copyMetadata = true,
  9. bool useHardwareAcceleration = true,
  10. bool useFastStart = true,
  11. bool useTwoPassEncoding = false,
  12. bool useVariableBitrate = true,
  13. 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;