ZegoMediaPlayerMediaInfo class

媒体文件媒体信息。

媒体文件视频分辨率等媒体信息。

Constructors

ZegoMediaPlayerMediaInfo(int width, int height, int frameRate)
ZegoMediaPlayerMediaInfo.defaultInfo()
默认构造一个媒体播放器信息对象。

Properties

frameRate ↔ int
视频帧率。
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
height ↔ int
视频分辨率高度。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
width ↔ int
视频分辨率高度。
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