ZegoMediaPlayerStatisticsInfo class

播放器播放统计信息。

播放器播放统计信息。

Constructors

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

Properties

audioDecodeFps ↔ double
音频解码帧率。
read / write
audioRenderFps ↔ double
音频渲染帧率。
read / write
audioSourceFps ↔ double
音频读取帧率。
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
videoDecodeFps ↔ double
视频解码帧率。
read / write
videoRenderFps ↔ double
视频渲染帧率。
read / write
videoSourceFps ↔ double
视频读取帧率。
read / write

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