Vc3Settings constructor
Vc3Settings({
- Vc3FramerateControl? framerateControl,
- Vc3FramerateConversionAlgorithm? framerateConversionAlgorithm,
- int? framerateDenominator,
- int? framerateNumerator,
- Vc3InterlaceMode? interlaceMode,
- Vc3SlowPal? slowPal,
- Vc3Telecine? telecine,
- Vc3Class? vc3Class,
Implementation
Vc3Settings({
this.framerateControl,
this.framerateConversionAlgorithm,
this.framerateDenominator,
this.framerateNumerator,
this.interlaceMode,
this.slowPal,
this.telecine,
this.vc3Class,
});