Vc3Settings constructor

Vc3Settings({
  1. Vc3FramerateControl? framerateControl,
  2. Vc3FramerateConversionAlgorithm? framerateConversionAlgorithm,
  3. int? framerateDenominator,
  4. int? framerateNumerator,
  5. Vc3InterlaceMode? interlaceMode,
  6. Vc3SlowPal? slowPal,
  7. Vc3Telecine? telecine,
  8. Vc3Class? vc3Class,
})

Implementation

Vc3Settings({
  this.framerateControl,
  this.framerateConversionAlgorithm,
  this.framerateDenominator,
  this.framerateNumerator,
  this.interlaceMode,
  this.slowPal,
  this.telecine,
  this.vc3Class,
});