NERtcVideoLayerSendStats class

本地视频单条流统计信息

Constructors

NERtcVideoLayerSendStats.fromMap(Map stats)

Properties

captureFrameRate int
视频采集帧率
read / write
encoderBitrate int
编码器的实际编码码率(kbps)
read / write
encoderOutputFrameRate int
编码输出帧率
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
height int
视频流高
read / write
layerType int
流的类型. NERtcVideoStreamType
read / write
renderFrameRate int
视频渲染帧率
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sendBitrate int
发送码率(kbps)
read / write
sentFrameRate int
视频发送帧率
read / write
targetBitrate int
编码器的目标码率(kbps)
read / write
width int
视频流宽
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited