FlutterSoundStatistics constructor

FlutterSoundStatistics(
  1. int? executionId,
  2. int? videoFrameNumber,
  3. double videoFps,
  4. double videoQuality,
  5. int? size,
  6. int? time,
  7. double bitrate,
  8. double speed,
)

Implementation

FlutterSoundStatistics(this.executionId, this.videoFrameNumber, this.videoFps,
    this.videoQuality, this.size, this.time, this.bitrate, this.speed);