MusicInfo class
歌曲数据
Properties
- climaxEndTime → int
-
歌曲高潮片段停止时间,单位为毫秒
final
- climaxStartTime → int
-
歌曲高潮片段开始时间,单位为毫秒
final
- duration → int
-
歌曲长度,单位为毫秒
final
- enableScore → bool
-
歌曲是否支持打分
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lyricStatus → LyricStatus
-
歌词格式类型
final
- musicId → String
-
音乐 ID
final
- musicName → String
-
音乐名称
final
- posterUrl → String
-
封面地址
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singer → String
-
歌手
final
- updateTimestamp → int
-
最新更新时间戳,单位为毫秒
final
- vendorId → String
-
版权商 ID
final
- vendorName → String
-
版权商名称
final
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