LocalStatisticsEntity class

本地指标实体

Constructors

LocalStatisticsEntity.fromJson(dynamic data)

Properties

audioBitrate int?
音频发送码率(Kbps)
getter/setter pair
audioSampleRate int?
音频采样率(Hz)
getter/setter pair
frameRate int?
帧率fps
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
视频高度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamType StreamTypeEnum?
流类型(大画面 | 小画面 | 辅路画面)
getter/setter pair
videoBitrate 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.
inherited

Operators

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