VideoStream constructor

VideoStream({
  1. bool? allowOpenGop,
  2. double? aqStrength,
  3. int? bFrameCount,
  4. bool? bPyramid,
  5. int? bitrateBps,
  6. String? codec,
  7. int? crfLevel,
  8. bool? enableTwoPass,
  9. String? entropyCoder,
  10. double? frameRate,
  11. String? gopDuration,
  12. int? gopFrameCount,
  13. int? heightPixels,
  14. String? pixelFormat,
  15. String? preset,
  16. String? profile,
  17. String? rateControlMode,
  18. String? tune,
  19. int? vbvFullnessBits,
  20. int? vbvSizeBits,
  21. int? widthPixels,
})

Implementation

VideoStream({
  this.allowOpenGop,
  this.aqStrength,
  this.bFrameCount,
  this.bPyramid,
  this.bitrateBps,
  this.codec,
  this.crfLevel,
  this.enableTwoPass,
  this.entropyCoder,
  this.frameRate,
  this.gopDuration,
  this.gopFrameCount,
  this.heightPixels,
  this.pixelFormat,
  this.preset,
  this.profile,
  this.rateControlMode,
  this.tune,
  this.vbvFullnessBits,
  this.vbvSizeBits,
  this.widthPixels,
});