NERtcVideoLayerSendStats class
本地视频单条流统计信息
Constructors
- NERtcVideoLayerSendStats({int? layerType, int? width, int? height, int? captureWidth, int? captureHeight, int? sendBitrate, int? encoderOutputFrameRate, int? captureFrameRate, int? encoderBitrate, String? encoderName, int? renderFrameRate, int? sentFrameRate, int? targetBitrate, bool? dropBwStrategyEnabled})
- NERtcVideoLayerSendStats.fromMap(Map stats)
Properties
- captureFrameRate ↔ int?
-
视频采集帧率
getter/setter pair
- captureHeight ↔ int?
-
本地采集的视频高度 (px)
getter/setter pair
- captureWidth ↔ int?
-
本地采集的视频宽度 (px)。
getter/setter pair
- dropBwStrategyEnabled ↔ bool?
-
超分降带宽策略是否开启
getter/setter pair
- encoderBitrate ↔ int?
-
编码器的实际编码码率(kbps)
getter/setter pair
- encoderName ↔ String?
-
编码器名字
getter/setter pair
- encoderOutputFrameRate ↔ int?
-
编码输出帧率
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int?
-
视频流高
getter/setter pair
- layerType ↔ int?
-
流的类型. NERtcVideoStreamType
getter/setter pair
- renderFrameRate ↔ int?
-
视频渲染帧率
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendBitrate ↔ int?
-
发送码率(kbps)
getter/setter pair
- sentFrameRate ↔ int?
-
视频发送帧率
getter/setter pair
- targetBitrate ↔ int?
-
编码器的目标码率(kbps)
getter/setter pair
- width ↔ int?
-
视频流宽
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited