VideoStream constructor
VideoStream({
- bool? allowOpenGop,
- double? aqStrength,
- int? bFrameCount,
- bool? bPyramid,
- int? bitrateBps,
- String? codec,
- int? crfLevel,
- bool? enableTwoPass,
- String? entropyCoder,
- double? frameRate,
- String? gopDuration,
- int? gopFrameCount,
- int? heightPixels,
- String? pixelFormat,
- String? preset,
- String? profile,
- String? rateControlMode,
- String? tune,
- int? vbvFullnessBits,
- int? vbvSizeBits,
- 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,
});