VideoQualityImpl constructor

VideoQualityImpl(
  1. String id,
  2. int uid,
  3. String? _name,
  4. int _bandwidth,
  5. String? _codecs,
  6. int _width,
  7. int _height,
  8. double _frameRate,
  9. double _firstFrame,
)

Implementation

VideoQualityImpl(super.id, super.uid, this._name, this._bandwidth, this._codecs, this._width, this._height, this._frameRate, this._firstFrame);