VeLivePlayerStatistics constructor

VeLivePlayerStatistics({
  1. String? url,
  2. bool? isHardWareDecode,
  3. int? delayMs,
  4. int? stallTimeMs,
  5. String? videoCodec,
  6. int? width,
  7. int? height,
  8. double? fps,
  9. int? bitrate,
  10. int? videoBufferMs,
  11. int? audioBufferMs,
  12. VeLivePlayerFormat? format,
  13. VeLivePlayerProtocol? protocol,
})

Implementation

VeLivePlayerStatistics({
  this.url,
  this.isHardWareDecode,
  this.delayMs,
  this.stallTimeMs,
  this.videoCodec,
  this.width,
  this.height,
  this.fps,
  this.bitrate,
  this.videoBufferMs,
  this.audioBufferMs,
  this.format,
  this.protocol,
});