Apollo MP3 player (http://www.hut.fi/~hylinen/apollo/)

События: none

Действия:

Apollo( Команда [, Параметр] )

Команды:

"GET_HANDLE" - returns the HWND of the Winamp main window
"GetVersion"
"GetStatus" - 0 = stopped, 1 = playing, 2 = paused
"OpenFile", <filename>
"OpenDirectory", <dirname>
"OpenURL", <url>
"AddFile", <filename>
"AddDirectory", <dirname>
"AddURL", <url>
"AddRandomEntry", <conditionExpression>
"ClearPlaylist"
"PreviousTrack"
"Stop"
"Play"
"Pause"
"NextTrack"
"FadeOut"
"PreviousTrackWithCrossfade"
"PlayWithCrossfade"
"NextTrackWithCrossfade"
"SetPlaylistPosition", <position> - position is the index in playlist, not the track number
"GetPlaylistPosition"
"GetCurrentTrackNumber"
"SetPlaybackPosition", <position>
"GetPlaybackPosition"
"GetPlaybackPlaylistPosition"
"GetPlaybackCountdown"
"GetPlaybackPlaylistCountDown"
"SetVolume", <volume> - volume is value between 0x0000 and 0xffff
"GetVolume"
"CreateSampleSpace" - returns 0 if no tracks were found, otherwise 1
"SetSampleSpaceSearchPath", <searchPath>