VideoParams constructor

const VideoParams({
  1. String? pixelformat,
  2. String? hwPixelformat,
  3. int w = 0,
  4. int h = 0,
  5. int dw = 0,
  6. int dh = 0,
  7. double? aspect,
  8. double? par,
  9. String? colormatrix,
  10. String? colorlevels,
  11. String? primaries,
  12. String? gamma,
  13. double? sigPeak,
  14. String? light,
  15. String? chromaLocation,
  16. int? rotate,
  17. String? stereoIn,
  18. int? averageBpp,
  19. 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,
});