VideoParams constructor
const
VideoParams({
- String? pixelformat,
- String? hwPixelformat,
- int w = 0,
- int h = 0,
- int dw = 0,
- int dh = 0,
- double? aspect,
- double? par,
- String? colormatrix,
- String? colorlevels,
- String? primaries,
- String? gamma,
- double? sigPeak,
- String? light,
- String? chromaLocation,
- int? rotate,
- String? stereoIn,
- int? averageBpp,
- String? alpha,
Implementation
const VideoParams({
this.pixelformat,
this.hwPixelformat,
this.w = 0,
this.h = 0,
this.dw = 0,
this.dh = 0,
this.aspect,
this.par,
this.colormatrix,
this.colorlevels,
this.primaries,
this.gamma,
this.sigPeak,
this.light,
this.chromaLocation,
this.rotate,
this.stereoIn,
this.averageBpp,
this.alpha,
});