Uses of Interface
com.tagtraum.audiokern.PlayListPlayer
-
Packages that use PlayListPlayer Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.action.player Actions relevant for the music player.com.tagtraum.beatunes.songtable com.tagtraum.tunes Platform independent Java API for iTunes. -
-
Uses of PlayListPlayer in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern with parameters of type PlayListPlayer Modifier and Type Method Description voidPlayListPlayerInterceptor. postOpen(PlayListPlayer player, AudioSong song)Called after the givenAudioSongis opened via a call toAudioPlayer.open(AudioSong).voidPlayListPlayerInterceptor. preOpen(PlayListPlayer player, AudioSong song)Called before the givenAudioSongis actually opened via a call toAudioPlayer.open(AudioSong). -
Uses of PlayListPlayer in com.tagtraum.beatunes
Classes in com.tagtraum.beatunes that implement PlayListPlayer Modifier and Type Class Description classInternalPlayerInternal playlist player.classITunesPlayerComponentDeprecated.Methods in com.tagtraum.beatunes that return PlayListPlayer Modifier and Type Method Description PlayListPlayerAudioPlayerComponent. getPlayer()PlayListPlayerBeaTunes. getPlayer()Current playlist player.Methods in com.tagtraum.beatunes with parameters of type PlayListPlayer Modifier and Type Method Description voidAudioPlayerComponent. setPlayer(PlayListPlayer player)voidBeaTunes. setPlayer(PlayListPlayer player)Sets a new playlist player. -
Uses of PlayListPlayer in com.tagtraum.beatunes.action.player
Methods in com.tagtraum.beatunes.action.player with parameters of type PlayListPlayer Modifier and Type Method Description protected voidPeekSelectedAction. preOpen(PlayListPlayer player)protected voidPlaySelectedAction. preOpen(PlayListPlayer player)Is called beforeopen(com.tagtraum.audiokern.PlayListIterator).
Default impl.protected voidPeekSelectedAction. setStartTime(PlayListPlayer player)protected voidPlaySelectedAction. setStartTime(PlayListPlayer player)Is called beforeAudioPlayer.play().
Default impl. -
Uses of PlayListPlayer in com.tagtraum.beatunes.songtable
Constructors in com.tagtraum.beatunes.songtable with parameters of type PlayListPlayer Constructor Description CurrentlyPlayingTracker(PlayListPlayer player, JTable table)CurrentlyPlayingTracker(PlayListPlayer player, JTable table, Predicate<PlayListPlayer> tableShowsCurrentPlayList)Constructor parameters in com.tagtraum.beatunes.songtable with type arguments of type PlayListPlayer Constructor Description CurrentlyPlayingTracker(PlayListPlayer player, JTable table, Predicate<PlayListPlayer> tableShowsCurrentPlayList) -
Uses of PlayListPlayer in com.tagtraum.tunes
Classes in com.tagtraum.tunes that implement PlayListPlayer Modifier and Type Class Description classPlayerWrapper aroundITunesthat implements thePlayListPlayerinterface.
-