SongInfo class

SongInfo class holds all information about a specific song audio file.

Inheritance

Properties

album String
Returns the album title which this song appears.
no setter
albumArtwork String
Returns album artwork path which current song appears.
no setter
albumId String
Returns the album id which this song appears.
no setter
artist String
Returns the artist name who create this audio file.
no setter
artistId String
Returns the artist id who create this audio file.
no setter
bookmark String
Returns in ms, playback position when this song was stopped. from the last time.
no setter
composer String
Returns the composer name of this song.
no setter
displayName String
Returns the song display name. Display name string is a combination of Track number + Song title File extension Something like 1 My pretty song.mp3
no setter
duration String
Returns a String with a number in milliseconds (ms) that is the duration of this audio file.
no setter
filePath String
Returns a String with a file path to audio data file
no setter
fileSize String
Returns a String with the size, in bytes, of this audio file.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The data model id
no setterinherited
isAlarm bool
no setter
isMusic bool
no setter
isNotification bool
no setter
isPodcast bool
no setter
isRingtone bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Returns the song title.
no setter
track String
Returns the album track number if this song has one.
no setter
uri String
no setter
year String
Returns the year of this song was created.
no setter

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