#include <src/mp3/pspmp3.h>
Data Fields | |
| SceUInt32 | mp3StreamStart |
| Stream start position. | |
| SceUInt32 | unk1 |
| Unknown - set to 0. | |
| SceUInt32 | mp3StreamEnd |
| Stream end position. | |
| SceUInt32 | unk2 |
| Unknown - set to 0. | |
| SceVoid * | mp3Buf |
| Pointer to a buffer to contain raw mp3 stream data (+1472 bytes workspace). | |
| SceInt32 | mp3BufSize |
| Size of mp3Buf buffer (must be >= 8192). | |
| SceVoid * | pcmBuf |
| Pointer to decoded pcm samples buffer. | |
| SceInt32 | pcmBufSize |
| Size of pcmBuf buffer (must be >= 9216). | |
Pointer to a buffer to contain raw mp3 stream data (+1472 bytes workspace).
Size of mp3Buf buffer (must be >= 8192).
Stream end position.
Stream start position.
Pointer to decoded pcm samples buffer.
Size of pcmBuf buffer (must be >= 9216).
Unknown - set to 0.
Unknown - set to 0.
1.7.1