Uses of Interface
sk.baka.ambient.playlist.IPlaylistStrategy

Packages that use IPlaylistStrategy
sk.baka.ambient   
sk.baka.ambient.playlist   
 

Uses of IPlaylistStrategy in sk.baka.ambient
 

Classes in sk.baka.ambient that implement IPlaylistStrategy
 class PlaylistPlayer
          This is THE component :) Combines player and playlist.
 

Fields in sk.baka.ambient declared as IPlaylistStrategy
 IPlaylistStrategy AppState.playlist
          The playlist strategy.
 

Methods in sk.baka.ambient with parameters of type IPlaylistStrategy
 void PlaylistPlayer.reinit(IPlaylistStrategy strategy)
          Reinits the player with given playlist strategy.
 

Uses of IPlaylistStrategy in sk.baka.ambient.playlist
 

Classes in sk.baka.ambient.playlist that implement IPlaylistStrategy
 class DynamicPlaylistStrategy
           A dynamic playlist - items are added to the front of the playlist and removed from the back of the playlist (if required).
 class StaticPlaylistStrategy
          A regular, old-school playlist.
 

Constructors in sk.baka.ambient.playlist with parameters of type IPlaylistStrategy
DynamicPlaylistStrategy(IDynamicPlaylistTrackProvider provider, IPlaylistStrategy strategy, int historyLength, int upcomingTrackCount)
          Creates new dynamic playlist.
StaticPlaylistStrategy(IPlaylistStrategy strategy)
          Creates new static playlist strategy, optionally mimicking given strategy.
 



Copyright © 2007-2008. All Rights Reserved.