本地视频相关的统计信息。
-
Annotations
@JsonSerializable(explicitToJson: true)
Constructors
-
Constructs a LocalVideoStats
-
LocalVideoStats.fromJson(Map<String, dynamic> json)
factory
Properties
-
本地视频采集帧率 (fps)。 [...]
read / write
-
视频的编码类型。 详见 VideoCodecType。
read / write
-
视频编码码率(Kbps)。该参数不包含丢包后重传视频等的编码码率。
read / write
-
视频发送的帧数,累计值。
read / write
-
视频编码高度(px)。
read / write
-
视频编码宽度(px)。
read / write
-
本地编码器的输出帧率,单位为 fps。
read / write
-
The hash code for this object. [...]
read-only, inherited
-
qualityAdaptIndication ↔ VideoQualityAdaptIndication
自上次统计后本地视频质量的自适应情况(基于目标帧率和目标码率)。 详见 VideoQualityAdaptIndication。
read / write
-
本地渲染器的输出帧率,单位为 fps。
read / write
-
A representation of the runtime type of the object.
read-only, inherited
-
实际发送码率,单位为 Kbps,不包含丢包后重传视频等的发送码率。
read / write
-
实际发送帧率,单位为 fps,不包含丢包后重传视频等的发送帧率。
read / write
-
当前编码器的目标编码码率,单位为 Kbps,该码率为 SDK 根据当前网络状况预估的一个值。
read / write
-
当前编码器的目标编码帧率,单位为 fps。
read / write
-
弱网对抗前本地客户端到 AR 边缘服务器的视频丢包率 (%)。 [[...]](https://docs.AR.io/cn/Video/API Reference/flutter/rtc_engine/LocalVideoStats/txPacketLossRate.html)
read / write
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]inherited
-
Returns a string representation of this object.inherited
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited