Class ZegoPlayStreamQuality

  • Direct Known Subclasses:
    ZegoPlayStreamQuality

    public class ZegoPlayStreamQuality
    extends java.lang.Object
    拉流的质量信息。

    Copyright © 2017 Zego. All rights reserved.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • vnetFps

        public double vnetFps
        视频帧率(网络接收)
      • vdjFps

        public double vdjFps
        视频帧率(dejitter)
      • vdecFps

        public double vdecFps
        视频帧率(解码)
      • vrndFps

        public double vrndFps
        视频帧率(渲染)
      • vkbps

        public double vkbps
        视频码率(kb/s)
      • anetFps

        public double anetFps
        音频帧率(网络接收)
      • adjFps

        public double adjFps
        音频帧率(dejitter)
      • adecFps

        public double adecFps
        音频帧率(解码)
      • arndFps

        public double arndFps
        音频帧率(渲染)
      • akbps

        public double akbps
        音频码率(kb/s)
      • audioBreakRate

        public double audioBreakRate
        音频卡顿次数
      • videoBreakRate

        public double videoBreakRate
        视频卡顿次数
      • rtt

        public int rtt
        延时(ms)
      • pktLostRate

        public int pktLostRate
        丢包率(0~255)
      • peerToPeerDelay

        public int peerToPeerDelay
        端到端延迟
      • peerToPeerPktLostRate

        public int peerToPeerPktLostRate
        端到端丢包率(0~255)
      • quality

        public int quality
        网络质量 0 ~ 3 分别对应优良中差
      • delay

        public int delay
        语音延时(ms)
      • mos

        public double mos
        音质评分。-1 表示未知。小于 2 表示音质非常差,杂音频现,大量语义丢失,完全无法交流。2 到 2.5 表示音质很差,偶有杂音,部分语义丢失,难以交流。2.5 到 3 表示音质较差,卡顿频繁,需要集中精力才能听清。3 到 3.5 表示音质一般,偶有卡顿,不是非常流畅,需要一点注意力才能听清。3.5 到 4 表示音质较好,偶有音质损伤,单依然清晰。大于 4 表示音质佳,清晰流畅。
      • isHardwareVdec

        public boolean isHardwareVdec
        是否硬解
      • width

        public int width
        视频宽度
      • height

        public int height
        视频高度
      • totalBytes

        public double totalBytes
        已接收的总字节数,包括音频、视频及媒体次要信息等
      • audioBytes

        public double audioBytes
        已接收的音频字节数
      • videoBytes

        public double videoBytes
        已接收的视频字节数
      • cpuAppUsage

        public double cpuAppUsage
        当前 APP 的 CPU 使用率,注意, Android8 及以上版本由于系统限制,无法获取
      • cpuTotalUsage

        public double cpuTotalUsage
        当前系统的 CPU 使用率,注意, Android8 及以上版本由于系统限制,无法获取
      • memoryAppUsage

        public double memoryAppUsage
        当前 APP 的内存使用率
      • memoryTotalUsage

        public double memoryTotalUsage
        当前系统的内存使用率
      • memoryAppUsed

        public double memoryAppUsed
        当前 APP 的内存使用量, 单位 MB
      • avTimestampDiff

        public int avTimestampDiff
        音画不同步, 单位毫秒, 小于0表示视频超前音频的毫秒数, 大于0表示视频滞后音频的毫秒数, 等于0表示无差别. 当绝对值小于200,可基本认为音画同步,当绝对值连续10秒大于200可以认为异常
      • audioCumulativeBreakCount

        public int audioCumulativeBreakCount
        累计音频卡顿次数
      • audioCumulativeBreakTime

        public int audioCumulativeBreakTime
        累计音频卡顿时长(ms)
      • audioCumulativeDecodeTime

        public int audioCumulativeDecodeTime
        累计音频解码时长(ms)
      • audioCumulativeBreakRate

        public double audioCumulativeBreakRate
        累计音频卡顿比例(%)
      • videoCumulativeBreakCount

        public int videoCumulativeBreakCount
        累计视频卡顿次数
      • videoCumulativeBreakTime

        public int videoCumulativeBreakTime
        累计视频卡顿时长(ms)
      • videoCumulativeDecodeTime

        public int videoCumulativeDecodeTime
        累计视频解码时长(ms)
      • videoCumulativeBreakRate

        public double videoCumulativeBreakRate
        累计视频卡顿比例(%)
    • Constructor Detail

      • ZegoPlayStreamQuality

        public ZegoPlayStreamQuality()