|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for ps2snd.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | sndStreamOpen (char *file, u32 voices, u32 flags, u32 bufaddr, u32 bufsize) |
| int | sndStreamClose (void) |
| int | sndStreamPlay (void) |
| int | sndStreamPause (void) |
| int | sndStreamSetPosition (int block) |
| int | sndStreamGetPosition (void) |
| int | sndStreamSetVolume (int left, int right) |
| u32 | sndQueryMaxFreeMemSize () |
PS2SND definitions.
Definition in file ps2snd.h.
| #define PS2SND_QueryMaxFreeMemSize 99 /* XXX: Hack until i can figure out how to do it right */ |
|
extern |