PS2SDK
PS2 Homebrew Libraries
audsrv_rpc.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AUDSRV_INIT   0x0000
 
#define AUDSRV_QUIT   0x0001
 
#define AUDSRV_INIT   0x0000
 
#define AUDSRV_QUIT   0x0001
 
#define AUDSRV_FORMAT_OK   0x0002
 
#define AUDSRV_SET_FORMAT   0x0003
 
#define AUDSRV_PLAY_AUDIO   0x0004
 
#define AUDSRV_WAIT_AUDIO   0x0005
 
#define AUDSRV_STOP_AUDIO   0x0006
 
#define AUDSRV_SET_VOLUME   0x0007
 
#define AUDSRV_SET_THRESHOLD   0x0008
 
#define AUDSRV_PLAY_CD   0x0009
 
#define AUDSRV_STOP_CD   0x000a
 
#define AUDSRV_GET_CDPOS   0x000b
 
#define AUDSRV_GET_TRACKPOS   0x000c
 
#define AUDSRV_GET_NUMTRACKS   0x000d
 
#define AUDSRV_GET_TRACKOFFSET   0x000e
 
#define AUDSRV_PAUSE_CD   0x0011
 
#define AUDSRV_RESUME_CD   0x0012
 
#define AUDSRV_PLAY_SECTORS   0x0013
 
#define AUDSRV_GET_CD_STATUS   0x0014
 
#define AUDSRV_GET_CD_TYPE   0x0015
 
#define AUDSRV_INIT_ADPCM   0x0016
 
#define AUDSRV_LOAD_ADPCM   0x0017
 
#define AUDSRV_PLAY_ADPCM   0x0018
 
#define AUDSRV_ADPCM_SET_VOLUME   0x0019
 
#define AUDSRV_FREE_ADPCM   0x001c
 
#define AUDSRV_IS_ADPCM_PLAYING   0x001d
 
#define AUDSRV_AVAILABLE   0x001a
 
#define AUDSRV_QUEUED   0x001b
 
#define AUDSRV_FILLBUF_CALLBACK   0x0001
 
#define AUDSRV_CDDA_CALLBACK   0x0002
 

Detailed Description

audsrv EE-side RPC code.

Definition in file audsrv_rpc.h.

Macro Definition Documentation

◆ AUDSRV_INIT [1/2]

#define AUDSRV_INIT   0x0000

intialization and destruction functions

Definition at line 24 of file audsrv_rpc.h.

◆ AUDSRV_INIT [2/2]

#define AUDSRV_INIT   0x0000

intialization and destruction functions

Definition at line 24 of file audsrv_rpc.h.

◆ AUDSRV_FORMAT_OK

#define AUDSRV_FORMAT_OK   0x0002

audio control functions

Definition at line 28 of file audsrv_rpc.h.

◆ AUDSRV_PLAY_CD

#define AUDSRV_PLAY_CD   0x0009

cdrom functions

Definition at line 37 of file audsrv_rpc.h.

◆ AUDSRV_INIT_ADPCM

#define AUDSRV_INIT_ADPCM   0x0016

adpcm functions

Definition at line 50 of file audsrv_rpc.h.