ZegoPublishStreamQuality constructor

ZegoPublishStreamQuality(
  1. double videoCaptureFPS,
  2. double videoEncodeFPS,
  3. double videoSendFPS,
  4. double videoKBPS,
  5. double audioCaptureFPS,
  6. double audioSendFPS,
  7. double audioKBPS,
  8. int rtt,
  9. double packetLostRate,
  10. ZegoStreamQualityLevel level,
  11. bool isHardwareEncode,
  12. ZegoVideoCodecID videoCodecID,
  13. double totalSendBytes,
  14. double audioSendBytes,
  15. double videoSendBytes
)

Implementation

ZegoPublishStreamQuality(
    this.videoCaptureFPS,
    this.videoEncodeFPS,
    this.videoSendFPS,
    this.videoKBPS,
    this.audioCaptureFPS,
    this.audioSendFPS,
    this.audioKBPS,
    this.rtt,
    this.packetLostRate,
    this.level,
    this.isHardwareEncode,
    this.videoCodecID,
    this.totalSendBytes,
    this.audioSendBytes,
    this.videoSendBytes);