PreprocessingConfig constructor

PreprocessingConfig({
  1. Audio? audio,
  2. Color? color,
  3. Crop? crop,
  4. Deblock? deblock,
  5. Deinterlace? deinterlace,
  6. Denoise? denoise,
  7. Pad? pad,
})

Implementation

PreprocessingConfig({
  this.audio,
  this.color,
  this.crop,
  this.deblock,
  this.deinterlace,
  this.denoise,
  this.pad,
});