Deinterlacer constructor

Deinterlacer({
  1. DeinterlaceAlgorithm? algorithm,
  2. DeinterlacerControl? control,
  3. DeinterlacerMode? mode,
})

Implementation

Deinterlacer({
  this.algorithm,
  this.control,
  this.mode,
});