AliMediaInfo class

Represents media metadata from Alibaba Cloud SDK. 阿里云 SDK 返回的媒体信息模型。

Constructors

AliMediaInfo({String? videoId, String? title, String? coverUrl, int? duration, String? mediaType, String? status, List? thumbnailList, int? totalBitrate, List<AliTrackInfo>? trackInfos})
AliMediaInfo.fromJson(Map<String, dynamic> jsonMap)
Creates an AliMediaInfo instance from a JSON map. 从 JSON 映射创建 AliMediaInfo 实例。

Properties

coverUrl String?
getter/setter pair
duration int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mediaType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
thumbnailList List?
getter/setter pair
title String?
getter/setter pair
totalBitrate int?
getter/setter pair
trackInfos List<AliTrackInfo>?
getter/setter pair
videoId String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this instance to a JSON map. 将当前实例转换为 JSON 映射。
toString() String
A string representation of this object.
inherited

Operators

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