RemoteStreamStats class
用户订阅的远端音/视频流统计信息以及网络状况,统计周期为 2s
订阅远端用户发布音/视频流成功后,SDK 会周期性地通过 RTCRoomEventHandler.onRemoteStreamStats 通知本地用户订阅的远端音/视频流在此次统计周期内的接收状况,此数据结构即为回调给本地用户的参数类型。
Properties
- audioStats → RemoteAudioStats?
-
远端音频流的统计信息
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isScreen → bool?
-
所属用户的媒体流是否为屏幕流
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid → String?
-
用户 ID
final
- videoStats → RemoteVideoStats?
-
远端视频流的统计信息
final
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