|
triBool | triAt3Init () |
| Initialise the atrac3 playback. More...
|
|
triBool | triAt3Load (const char *filename) |
| Load an atrac3 file. More...
|
|
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. More...
|
|
triSInt | triAt3GetVol () |
| Get the volume of the atrac3 playback.
|
|
triVoid | triAt3SetLoop (triBool loop) |
| Set the loop of the atrac3 playback. More...
|
|
triU64 | triAt3SamplesPlayed () |
| Get the total number of samples played. More...
|
|
triS16 * | triAt3GetMixBuffer () |
| A pointer to the current mixing buffer. More...
|
|