ZegoPublishStreamQuality class

推流质量对象

音视频参数与网络质量等

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
音频采集帧率,单位为 f/s
read / write
audioKBPS ↔ double
音频码率,单位为 kbps
read / write
audioSendBytes ↔ double
已发送的音频字节数
read / write
audioSendFPS ↔ double
音频发送帧率,单位为 f/s
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
isHardwareEncode ↔ bool
是否开启硬件编码
read / write
level ZegoStreamQualityLevel
推流质量级别
read / write
packetLostRate ↔ double
丢包率,单位为百分比,0.0 ~ 1.0
read / write
rtt ↔ int
本端至服务端的延迟,单位为毫秒
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
totalSendBytes ↔ double
已发送的总字节数,包括音频、视频和SEI等
read / write
videoCaptureFPS ↔ double
视频采集帧率,单位为 f/s
read / write
videoCodecID ZegoVideoCodecID
视频编码格式 (支持版本:1.17.0 及以上)
read / write
videoEncodeFPS ↔ double
视频编码帧率,单位为 f/s
read / write
videoKBPS ↔ double
视频码率,单位为 kbps
read / write
videoSendBytes ↔ double
已发送的视频字节数
read / write
videoSendFPS ↔ double
视频发送帧率,单位为 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