VideoElem class

视频消息内容

Constructors

VideoElem({String? videoPath, String? videoUUID, String? videoUrl, String? videoType, int? videoSize, int? duration, String? snapshotPath, String? snapshotUUID, int? snapshotSize, String? snapshotUrl, int? snapshotWidth, int? snapshotHeight})
VideoElem.fromJson(Map<String, dynamic> json)

Properties

duration int?
时长s
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
snapshotHeight int?
缩率图高度
getter/setter pair
snapshotPath String?
缩率图路径
getter/setter pair
snapshotSize int?
缩率图大小
getter/setter pair
snapshotUrl String?
缩率图URL地址
getter/setter pair
snapshotUUID String?
缩率图uuid
getter/setter pair
snapshotWidth int?
缩率图宽度
getter/setter pair
videoPath String?
视频路径
getter/setter pair
videoSize int?
大小
getter/setter pair
videoType String?
mime类型
getter/setter pair
videoUrl String?
视频的url地址
getter/setter pair
videoUUID String?
uuid
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited