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 void
PlayListPlayerInterceptor. postOpen(PlayListPlayer player, AudioSong song)
Called after the givenAudioSong
is opened via a call toAudioPlayer.open(AudioSong)
.void
PlayListPlayerInterceptor. preOpen(PlayListPlayer player, AudioSong song)
Called before the givenAudioSong
is 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 class
InternalPlayer
Internal playlist player.class
ITunesPlayerComponent
Deprecated.Methods in com.tagtraum.beatunes that return PlayListPlayer Modifier and Type Method Description PlayListPlayer
AudioPlayerComponent. getPlayer()
PlayListPlayer
BeaTunes. getPlayer()
Current playlist player.Methods in com.tagtraum.beatunes with parameters of type PlayListPlayer Modifier and Type Method Description void
AudioPlayerComponent. setPlayer(PlayListPlayer player)
void
BeaTunes. 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 void
PeekSelectedAction. preOpen(PlayListPlayer player)
protected void
PlaySelectedAction. preOpen(PlayListPlayer player)
Is called beforeopen(com.tagtraum.audiokern.PlayListIterator)
.
Default impl.protected void
PeekSelectedAction. setStartTime(PlayListPlayer player)
protected void
PlaySelectedAction. 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 class
Player
Wrapper aroundITunes
that implements thePlayListPlayer
interface.
-