PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
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 20 of file audsrv_rpc.h.

◆ AUDSRV_QUIT [1/2]

#define AUDSRV_QUIT   0x0001

Definition at line 21 of file audsrv_rpc.h.

◆ AUDSRV_INIT [2/2]

#define AUDSRV_INIT   0x0000

intialization and destruction functions

Definition at line 20 of file audsrv_rpc.h.

◆ AUDSRV_QUIT [2/2]

#define AUDSRV_QUIT   0x0001

Definition at line 21 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_SET_FORMAT

#define AUDSRV_SET_FORMAT   0x0003

Definition at line 29 of file audsrv_rpc.h.

◆ AUDSRV_PLAY_AUDIO

#define AUDSRV_PLAY_AUDIO   0x0004

Definition at line 30 of file audsrv_rpc.h.

◆ AUDSRV_WAIT_AUDIO

#define AUDSRV_WAIT_AUDIO   0x0005

Definition at line 31 of file audsrv_rpc.h.

◆ AUDSRV_STOP_AUDIO

#define AUDSRV_STOP_AUDIO   0x0006

Definition at line 32 of file audsrv_rpc.h.

◆ AUDSRV_SET_VOLUME

#define AUDSRV_SET_VOLUME   0x0007

Definition at line 33 of file audsrv_rpc.h.

◆ AUDSRV_SET_THRESHOLD

#define AUDSRV_SET_THRESHOLD   0x0008

Definition at line 34 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_STOP_CD

#define AUDSRV_STOP_CD   0x000a

Definition at line 38 of file audsrv_rpc.h.

◆ AUDSRV_GET_CDPOS

#define AUDSRV_GET_CDPOS   0x000b

Definition at line 39 of file audsrv_rpc.h.

◆ AUDSRV_GET_TRACKPOS

#define AUDSRV_GET_TRACKPOS   0x000c

Definition at line 40 of file audsrv_rpc.h.

◆ AUDSRV_GET_NUMTRACKS

#define AUDSRV_GET_NUMTRACKS   0x000d

Definition at line 41 of file audsrv_rpc.h.

◆ AUDSRV_GET_TRACKOFFSET

#define AUDSRV_GET_TRACKOFFSET   0x000e

Definition at line 42 of file audsrv_rpc.h.

◆ AUDSRV_PAUSE_CD

#define AUDSRV_PAUSE_CD   0x0011

Definition at line 43 of file audsrv_rpc.h.

◆ AUDSRV_RESUME_CD

#define AUDSRV_RESUME_CD   0x0012

Definition at line 44 of file audsrv_rpc.h.

◆ AUDSRV_PLAY_SECTORS

#define AUDSRV_PLAY_SECTORS   0x0013

Definition at line 45 of file audsrv_rpc.h.

◆ AUDSRV_GET_CD_STATUS

#define AUDSRV_GET_CD_STATUS   0x0014

Definition at line 46 of file audsrv_rpc.h.

◆ AUDSRV_GET_CD_TYPE

#define AUDSRV_GET_CD_TYPE   0x0015

Definition at line 47 of file audsrv_rpc.h.

◆ AUDSRV_INIT_ADPCM

#define AUDSRV_INIT_ADPCM   0x0016

adpcm functions

Definition at line 50 of file audsrv_rpc.h.

◆ AUDSRV_LOAD_ADPCM

#define AUDSRV_LOAD_ADPCM   0x0017

Definition at line 51 of file audsrv_rpc.h.

◆ AUDSRV_PLAY_ADPCM

#define AUDSRV_PLAY_ADPCM   0x0018

Definition at line 52 of file audsrv_rpc.h.

◆ AUDSRV_ADPCM_SET_VOLUME

#define AUDSRV_ADPCM_SET_VOLUME   0x0019

Definition at line 53 of file audsrv_rpc.h.

◆ AUDSRV_FREE_ADPCM

#define AUDSRV_FREE_ADPCM   0x001c

Definition at line 54 of file audsrv_rpc.h.

◆ AUDSRV_IS_ADPCM_PLAYING

#define AUDSRV_IS_ADPCM_PLAYING   0x001d

Definition at line 55 of file audsrv_rpc.h.

◆ AUDSRV_AVAILABLE

#define AUDSRV_AVAILABLE   0x001a

Definition at line 57 of file audsrv_rpc.h.

◆ AUDSRV_QUEUED

#define AUDSRV_QUEUED   0x001b

Definition at line 58 of file audsrv_rpc.h.

◆ AUDSRV_FILLBUF_CALLBACK

#define AUDSRV_FILLBUF_CALLBACK   0x0001

Definition at line 60 of file audsrv_rpc.h.

◆ AUDSRV_CDDA_CALLBACK

#define AUDSRV_CDDA_CALLBACK   0x0002

Definition at line 61 of file audsrv_rpc.h.