ZegoPlayStreamQuality

Played stream quality information.

Declared in ZegoExpressDefines.h

Includes

Property Lists

  • videoRecvFPS - Video reception frame rate. The unit of frame rate is f/s.
  • videoDecodeFPS - Video decoding frame rate. The unit of frame rate is f/s.
  • videoRenderFPS - Video rendering frame rate. The unit of frame rate is f/s.
  • videoKBPS - Video bit rate in kbps.
  • audioRecvFPS - Audio reception frame rate. The unit of frame rate is f/s.
  • audioDecodeFPS - Audio decoding frame rate. The unit of frame rate is f/s.
  • audioRenderFPS - Audio rendering frame rate. The unit of frame rate is f/s.
  • audioKBPS - Audio bit rate in kbps.
  • rtt - Server to local delay, in milliseconds.
  • packetLostRate - Packet loss rate, in percentage, 0.0 ~ 1.0.
  • peerToPeerDelay - Delay from peer to peer, in milliseconds.
  • peerToPeerPacketLostRate - Packet loss rate from peer to peer, in percentage, 0.0 ~ 1.0.
  • level - Published stream quality level.
  • delay - Delay after the data is received by the local end, in milliseconds.
  • isHardwareDecode - Whether to enable hardware decoding.
  • totalRecvBytes - Total number of bytes received, including audio, video, SEI.
  • audioRecvBytes - Number of audio bytes received.
  • videoRecvBytes - Number of video bytes received.

Property Docs

videoRecvFPS

Video reception frame rate. The unit of frame rate is f/s.

videoDecodeFPS

Video decoding frame rate. The unit of frame rate is f/s.

videoRenderFPS

Video rendering frame rate. The unit of frame rate is f/s.

videoKBPS

Video bit rate in kbps.

audioRecvFPS

Audio reception frame rate. The unit of frame rate is f/s.

audioDecodeFPS

Audio decoding frame rate. The unit of frame rate is f/s.

audioRenderFPS

Audio rendering frame rate. The unit of frame rate is f/s.

audioKBPS

Audio bit rate in kbps.

rtt

Server to local delay, in milliseconds.

packetLostRate

Packet loss rate, in percentage, 0.0 ~ 1.0.

peerToPeerDelay

Delay from peer to peer, in milliseconds.

peerToPeerPacketLostRate

Packet loss rate from peer to peer, in percentage, 0.0 ~ 1.0.

level

Published stream quality level.

delay

Delay after the data is received by the local end, in milliseconds.

isHardwareDecode

Whether to enable hardware decoding.

totalRecvBytes

Total number of bytes received, including audio, video, SEI.

audioRecvBytes

Number of audio bytes received.

videoRecvBytes

Number of video bytes received.