Package amip.api.examples.highlevel

Class Summary
ApiExec  
DumpConfig Dumps AMIP config keys and values.
DumpVariables Dumps all the AMIP variables.
EvalString  
EvalTitles If you need a part of playlist, or you know that list is small and you don't want to use Server, use approach illustrated in this sample - evaluate("title " + i); If you need file names, use 'fn' instead of 'title'.
EventWatcher EventWatcher shows how to register listeners for the events you are interested in and handle the received events.
GetPlaylist  
GetPlaylistAsync Illustrates the async way to get the playlist.
ShowNowPlaying Displays now playing song information using the high-level Java-style API.
VariableWatcher For debugging purposes.