PS2SDK
PS2 Homebrew Libraries
|
Go to the source code of this file.
audsrv EE-side RPC code.
Definition in file audsrv_rpc.h.
#define AUDSRV_INIT 0x0000 |
intialization and destruction functions
Definition at line 20 of file audsrv_rpc.h.
#define AUDSRV_QUIT 0x0001 |
Definition at line 21 of file audsrv_rpc.h.
#define AUDSRV_INIT 0x0000 |
intialization and destruction functions
Definition at line 20 of file audsrv_rpc.h.
#define AUDSRV_QUIT 0x0001 |
Definition at line 21 of file audsrv_rpc.h.
#define AUDSRV_FORMAT_OK 0x0002 |
audio control functions
Definition at line 28 of file audsrv_rpc.h.
#define AUDSRV_SET_FORMAT 0x0003 |
Definition at line 29 of file audsrv_rpc.h.
#define AUDSRV_PLAY_AUDIO 0x0004 |
Definition at line 30 of file audsrv_rpc.h.
#define AUDSRV_WAIT_AUDIO 0x0005 |
Definition at line 31 of file audsrv_rpc.h.
#define AUDSRV_STOP_AUDIO 0x0006 |
Definition at line 32 of file audsrv_rpc.h.
#define AUDSRV_SET_VOLUME 0x0007 |
Definition at line 33 of file audsrv_rpc.h.
#define AUDSRV_SET_THRESHOLD 0x0008 |
Definition at line 34 of file audsrv_rpc.h.
#define AUDSRV_PLAY_CD 0x0009 |
cdrom functions
Definition at line 37 of file audsrv_rpc.h.
#define AUDSRV_STOP_CD 0x000a |
Definition at line 38 of file audsrv_rpc.h.
#define AUDSRV_GET_CDPOS 0x000b |
Definition at line 39 of file audsrv_rpc.h.
#define AUDSRV_GET_TRACKPOS 0x000c |
Definition at line 40 of file audsrv_rpc.h.
#define AUDSRV_GET_NUMTRACKS 0x000d |
Definition at line 41 of file audsrv_rpc.h.
#define AUDSRV_GET_TRACKOFFSET 0x000e |
Definition at line 42 of file audsrv_rpc.h.
#define AUDSRV_PAUSE_CD 0x0011 |
Definition at line 43 of file audsrv_rpc.h.
#define AUDSRV_RESUME_CD 0x0012 |
Definition at line 44 of file audsrv_rpc.h.
#define AUDSRV_PLAY_SECTORS 0x0013 |
Definition at line 45 of file audsrv_rpc.h.
#define AUDSRV_GET_CD_STATUS 0x0014 |
Definition at line 46 of file audsrv_rpc.h.
#define AUDSRV_GET_CD_TYPE 0x0015 |
Definition at line 47 of file audsrv_rpc.h.
#define AUDSRV_INIT_ADPCM 0x0016 |
adpcm functions
Definition at line 50 of file audsrv_rpc.h.
#define AUDSRV_LOAD_ADPCM 0x0017 |
Definition at line 51 of file audsrv_rpc.h.
#define AUDSRV_PLAY_ADPCM 0x0018 |
Definition at line 52 of file audsrv_rpc.h.
#define AUDSRV_ADPCM_SET_VOLUME 0x0019 |
Definition at line 53 of file audsrv_rpc.h.
#define AUDSRV_FREE_ADPCM 0x001c |
Definition at line 54 of file audsrv_rpc.h.
#define AUDSRV_IS_ADPCM_PLAYING 0x001d |
Definition at line 55 of file audsrv_rpc.h.
#define AUDSRV_AVAILABLE 0x001a |
Definition at line 57 of file audsrv_rpc.h.
#define AUDSRV_QUEUED 0x001b |
Definition at line 58 of file audsrv_rpc.h.
#define AUDSRV_FILLBUF_CALLBACK 0x0001 |
Definition at line 60 of file audsrv_rpc.h.
#define AUDSRV_CDDA_CALLBACK 0x0002 |
Definition at line 61 of file audsrv_rpc.h.