Uses of Class
org.deepsymmetry.beatlink.data.SearchableItem
-
Packages that use SearchableItem Package Description org.deepsymmetry.beatlink.data Offers rich information about the tracks loaded in players on the network. -
-
Uses of SearchableItem in org.deepsymmetry.beatlink.data
Subclasses of SearchableItem in org.deepsymmetry.beatlink.data Modifier and Type Class Description classColorItemRepresents a track color label.Methods in org.deepsymmetry.beatlink.data that return SearchableItem Modifier and Type Method Description SearchableItemTrackMetadata. getAlbum()Get the album of the track.SearchableItemTrackMetadata. getArtist()Get the artist of the track.SearchableItemTrackMetadata. getGenre()Get the genre of the track.SearchableItemTrackMetadata. getKey()Get the musical key of the track.SearchableItemTrackMetadata. getLabel()Get the label that released the track.SearchableItemTrackMetadata. getOriginalArtist()Get the track's original artist.SearchableItemTrackMetadata. getRemixer()Get the producer who remixed the track.Methods in org.deepsymmetry.beatlink.data with parameters of type SearchableItem Modifier and Type Method Description StringSignatureFinder. computeTrackSignature(String title, SearchableItem artist, int duration, WaveformDetail waveformDetail, BeatGrid beatGrid)Calculate the signature by which we can reliably recognize a loaded track.
-