|
PSPSDK 2025-11-25
|
#include <mp3/pspmp3.h>
Data Fields | |
| SceOff | mp3StreamStart |
| Stream start position. | |
| SceOff | mp3StreamEnd |
| Stream end position. | |
| SceUChar8 * | mp3Buf |
| Pointer to a buffer to contain raw mp3 stream data (+1472 bytes workspace) | |
| SceInt32 | mp3BufSize |
| Size of mp3Buf buffer (must be >= 8192) | |
| SceUChar8 * | pcmBuf |
| Pointer to decoded pcm samples buffer. | |
| SceInt32 | pcmBufSize |
| Size of pcmBuf buffer (must be >= 9216) | |
| SceUChar8* SceMp3InitArg::mp3Buf |
Pointer to a buffer to contain raw mp3 stream data (+1472 bytes workspace)
| SceInt32 SceMp3InitArg::mp3BufSize |
Size of mp3Buf buffer (must be >= 8192)
| SceOff SceMp3InitArg::mp3StreamEnd |
Stream end position.
| SceOff SceMp3InitArg::mp3StreamStart |
Stream start position.
| SceUChar8* SceMp3InitArg::pcmBuf |
Pointer to decoded pcm samples buffer.
| SceInt32 SceMp3InitArg::pcmBufSize |
Size of pcmBuf buffer (must be >= 9216)