ZegoMediaPlayerStatisticsInfo class

播放器播放统计信息。

播放器播放统计信息。

Constructors

ZegoMediaPlayerStatisticsInfo(double videoSourceFps, double videoDecodeFps, double videoRenderFps, double audioSourceFps, double audioDecodeFps, double audioRenderFps)
ZegoMediaPlayerStatisticsInfo.defaultParam()
默认构造一个播放器播放统计信息对象。

Properties

audioDecodeFps double
音频解码帧率。
getter/setter pair
audioRenderFps double
音频渲染帧率。
getter/setter pair
audioSourceFps double
音频读取帧率。
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoDecodeFps double
视频解码帧率。
getter/setter pair
videoRenderFps double
视频渲染帧率。
getter/setter pair
videoSourceFps double
视频读取帧率。
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