Deinterlacer constructor
Deinterlacer({
- DeinterlaceAlgorithm? algorithm,
- DeinterlacerControl? control,
- DeinterlacerMode? mode,
Implementation
Deinterlacer({
this.algorithm,
this.control,
this.mode,
});