os.djtagger.util.musicbrainz
Class TrackMatchingInformation
java.lang.Object
os.djtagger.util.musicbrainz.TrackMatchingInformation
public class TrackMatchingInformation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackMatchingInformation
public TrackMatchingInformation()
addMatch
public void addMatch(TrackInformation trackInfo)
addMatch
public void addMatch(TrackInformation trackInfo,
double score)
getCount
public int getCount()
getMatch
public TrackInformation getMatch(int index)
getScore
public double getScore(int index)
setScore
public void setScore(int index,
double score)
getTrackById
public TrackInformation getTrackById(java.lang.String id)
Copyright © 2007-2010 Pointbreak. All Rights Reserved.