|
| triBool | triAt3Init () |
| | Initialise the atrac3 playback.
|
| triBool | triAt3Load (const char *filename) |
| | Load an atrac3 file.
|
|
triVoid | triAt3Free () |
| | Unload a previously loaded atrac3 file.
|
|
triVoid | triAt3Play () |
| | Start playing a loaded atrac3 file.
|
|
triVoid | triAt3Stop () |
| | Stop playing a loaded atrac3 file.
|
|
triVoid | triAt3Pause () |
| | Pause a loaded atrac3 file.
|
| triVoid | triAt3SetVol (triSInt volume) |
| | Set the volume of the atrac3 playback.
|
|
triSInt | triAt3GetVol () |
| | Get the volume of the atrac3 playback.
|
| triVoid | triAt3SetLoop (triBool loop) |
| | Set the loop of the atrac3 playback.
|
| triU64 | triAt3SamplesPlayed () |
| | Get the total number of samples played.
|
| triS16 * | triAt3GetMixBuffer () |
| | A pointer to the current mixing buffer.
|