public class TrackMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Message> |
rawItems
The raw dbserver messages containing the metadata when it was read over the network.
|
DataReference |
trackReference
The unique track identifier that was used to request this track metadata.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SearchableItem |
getAlbum()
Get the album of the track.
|
SearchableItem |
getArtist()
Get the artist of the track.
|
int |
getArtworkId()
Get the artwork ID for the track.
|
ColorItem |
getColor()
Get the color assigned to the track.
|
SearchableItem |
getComment()
Get the comment assigned to the track.
|
CueList |
getCueList()
Get the cue list associated with the track.
|
SearchableItem |
getDateAdded()
Get the date the track was added to the collection.
|
int |
getDuration()
Get the duration of the track, in seconds.
|
SearchableItem |
getGenre()
Get the genre of the track.
|
SearchableItem |
getKey()
Get the musical key of the track.
|
SearchableItem |
getLabel()
Get the label that released the track.
|
SearchableItem |
getOriginalArtist()
Get the track's original artist.
|
int |
getRating()
Get the rating assigned the track.
|
SearchableItem |
getRemixer()
Get the producer who remixed the track.
|
int |
getTempo()
Get the starting tempo of the track.
|
String |
getTitle()
Get the title of the track.
|
int |
hashCode() |
String |
toString() |
public final DataReference trackReference
public SearchableItem getAlbum()
public SearchableItem getArtist()
public int getArtworkId()
public ColorItem getColor()
public SearchableItem getComment()
public CueList getCueList()
null if no hot cues, loops, or memory points are
found in the track.public SearchableItem getDateAdded()
public int getDuration()
public SearchableItem getGenre()
public SearchableItem getKey()
public SearchableItem getLabel()
public SearchableItem getOriginalArtist()
public int getRating()
public SearchableItem getRemixer()
public int getTempo()
public String getTitle()
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.