Uses of Interface
com.tagtraum.tunes.ITunes
-
Packages that use ITunes Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.library Classes that load and manage the library.com.tagtraum.tunes Platform independent Java API for iTunes. -
-
Uses of ITunes in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return ITunes Modifier and Type Method Description ITunes
BeaTunes. getTunes()
Remote access to theITunes
applications. -
Uses of ITunes in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return ITunes Modifier and Type Method Description ITunes
AbstractMediaLibrary. getTunes()
ITunes
MediaLibrary. getTunes()
Returns the currently associated audio player, probably iTunes. -
Uses of ITunes in com.tagtraum.tunes
Methods in com.tagtraum.tunes that return ITunes Modifier and Type Method Description static ITunes
ITunesFactory. createITunes()
Creates an ITunes/Music object.Methods in com.tagtraum.tunes with parameters of type ITunes Modifier and Type Method Description void
Player. setTunes(ITunes iTunes)
Constructors in com.tagtraum.tunes with parameters of type ITunes Constructor Description Player(ITunes iTunes)
-