Files
lazarus-ccr/applications/cactusjukebox/source/cactus_const.inc
sekelsenmat 6f8c048343 Adds the cactus jukebox to the lazarus ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1748 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-21 09:39:48 +00:00

20 lines
434 B
C++

const CACTUS_VERSION = '0.4.2stable';
const OPEN_FILE = 1; //IPC commands
ENQUEU_FILE = 2;
OPEN_AS_NEXT = 3;
VOLUME_UP = 4;
VOLUME_DOWN = 5;
NEXT_TRACK = 6;
PREV_TRACK = 7;
STOP_PLAYING = 8;
START_PLAYING = 9;
PAUSE_PLAYING = 10;
const AUPLOAD = 3; //file action/state IDs
ANOTHING = -1;
AREMOVE = 2;
AONPLAYER = 1;
const URLID = 'url://';