ZegoMediaPlayerMediaInfo class
媒体文件媒体信息。
媒体文件视频分辨率等媒体信息。
Constructors
- ZegoMediaPlayerMediaInfo(int width, int height, int frameRate)
- ZegoMediaPlayerMediaInfo.defaultInfo()
- 默认构造一个媒体播放器信息对象。
Properties
- frameRate ↔ int
-
视频帧率。
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
- 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