RemoteVideoStats class

最近更新时间:2022-09-20 05:17:40

远端视频相关的统计信息。

Constructors

Properties

  • decoderOutputFrameRateint

    远端视频解码器的输出帧率,单位为 fps。read / write

  • delayint

    延迟,单位为毫秒。 [[...]](https://docs.AR.io/cn/Video/API Reference/flutter/rtc_engine/RemoteVideoStats/delay.html)read / write

  • frozenRateint

    远端用户在加入频道后发生视频卡顿的累计时长占视频总有效时长的百分比 (%)。read / write

  • hashCodeint

    The hash code for this object. [...]read-only, inherited

  • heightint

    远端视频流高度,单位为像素。read / write

  • packetLossRateint

    远端视频在网络对抗之后的丢包率 (%)。read / write

  • publishDurationint

    远端视频流的累计发布时长(毫秒)。 [...]read / write

  • receivedBitrateint

    接收码率,单位为 Kbps。read / write

  • rendererOutputFrameRateint

    远端视频渲染器的输出帧率,单位为 fps。read / write

  • runtimeTypeType

    A representation of the runtime type of the object.read-only, inherited

  • rxStreamTypeVideoStreamType

    视频流类型,大流或小流。 详见 VideoStreamType。read / write

  • totalActiveTimeint

    视频总有效时长(毫秒)。 视频总有效时长是远端用户或主播加入频道后,既没有停止发送视频流,也没有禁用视频模块的通话时长。read / write

  • totalFrozenTimeint

    远端用户在加入频道后发生视频卡顿的累计时长(毫秒)。 通话过程中,视频帧率设置不低于 5 fps 时,连续渲染的两帧视频之间间隔超过 500 ms,则记为一次视频卡顿。read / write

  • uidString

    用户 ID,指定是哪个用户的视频流。read / write

  • widthint

    远端视频流宽度,单位为像素。read / write

Methods

Operators