BwdifConfig constructor

BwdifConfig({
  1. bool? deinterlaceAllFrames,
  2. String? mode,
  3. String? parity,
})

Implementation

BwdifConfig({
  this.deinterlaceAllFrames,
  this.mode,
  this.parity,
});