typedef unsigned int playit_statusbits;
#define PLAYIT_STAT_PLAYING
(playit_statusbits)0x1
#define PLAYIT_STAT_PAUSED
(playit_statusbits)0x2
#define PLAYIT_STAT_OPEN
(playit_statusbits)0x4
#define PLAYIT_STAT_1ON2
(playit_statusbits)0x8
#define PLAYIT_STAT_2ON1
(playit_statusbits)0x10
[ Parent ] [ Manual root ]