ZegoPublishStreamQuality class

Published stream quality information.

Audio and video parameters and network quality, etc.

Constructors

ZegoPublishStreamQuality(double videoCaptureFPS, double videoEncodeFPS, double videoSendFPS, double videoKBPS, double audioCaptureFPS, double audioSendFPS, double audioKBPS, int rtt, double packetLostRate, ZegoStreamQualityLevel level, bool isHardwareEncode, ZegoVideoCodecID videoCodecID, double totalSendBytes, double audioSendBytes, double videoSendBytes)

Properties

audioCaptureFPS ↔ double
Audio capture frame rate. The unit of frame rate is f/s
read / write
audioKBPS ↔ double
Audio bit rate in kbps
read / write
audioSendBytes ↔ double
Number of audio bytes sent
read / write
audioSendFPS ↔ double
Audio transmission frame rate. The unit of frame rate is f/s
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
isHardwareEncode ↔ bool
Whether to enable hardware encoding
read / write
level ZegoStreamQualityLevel
Published stream quality level
read / write
packetLostRate ↔ double
Packet loss rate, in percentage, 0.0 ~ 1.0
read / write
rtt ↔ int
Local to server delay, in milliseconds
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
totalSendBytes ↔ double
Total number of bytes sent, including audio, video, SEI
read / write
videoCaptureFPS ↔ double
Video capture frame rate. The unit of frame rate is f/s
read / write
videoCodecID ZegoVideoCodecID
Video codec ID (Available since 1.17.0)
read / write
videoEncodeFPS ↔ double
Video encoding frame rate. The unit of frame rate is f/s
read / write
videoKBPS ↔ double
Video bit rate in kbps
read / write
videoSendBytes ↔ double
Number of video bytes sent
read / write
videoSendFPS ↔ double
Video transmission frame rate. The unit of frame rate is f/s
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited