|
| enum | { NUM_BUFFERS = 2,
FREQUENCY = 44100
} |
| |
|
typedef void(* | callbackFunc) (void *userData, byte *samples, int len) |
| |
|
|
bool | playBuffer () |
| |
|
void | nextBuffer (int &bufferIdx) |
| |
|
bool | open (uint32 freq, uint32 numOfChannels, uint32 numOfSamples, callbackFunc callback, void *userData) |
| |
|
void | close () |
| |
|
uint32 | getFrequency () |
| |
|
void | pause () |
| |
|
void | unpause () |
| |
|
virtual void | threadFunction () |
| |
|
bool | threadCreateAndStart (const char *threadName, int priority, int stackSize, bool useVfpu=false) |
| |
|
|
static int | __threadCallback (SceSize, void *__this) |
| |
|
int | _threadId |
| |
The documentation for this class was generated from the following file: