Statistics constructor

Statistics(
  1. int _sessionId,
  2. int _videoFrameNumber,
  3. double _videoFps,
  4. double _videoQuality,
  5. int _size,
  6. int _time,
  7. double _bitrate,
  8. double _speed,
)

Implementation

Statistics(
  this._sessionId,
  this._videoFrameNumber,
  this._videoFps,
  this._videoQuality,
  this._size,
  this._time,
  this._bitrate,
  this._speed,
);