PSPSDK 2024-12-24
Loading...
Searching...
No Matches
SceMp3InitArg Struct Reference

#include <mp3/pspmp3.h>

Data Fields

SceOff mp3StreamStart
 Stream start position.
 
SceOff mp3StreamEnd
 Stream end position.
 
SceUChar8mp3Buf
 Pointer to a buffer to contain raw mp3 stream data (+1472 bytes workspace)
 
SceInt32 mp3BufSize
 Size of mp3Buf buffer (must be >= 8192)
 
SceUChar8pcmBuf
 Pointer to decoded pcm samples buffer.
 
SceInt32 pcmBufSize
 Size of pcmBuf buffer (must be >= 9216)
 

Field Documentation

◆ mp3Buf

SceUChar8* SceMp3InitArg::mp3Buf

Pointer to a buffer to contain raw mp3 stream data (+1472 bytes workspace)

◆ mp3BufSize

SceInt32 SceMp3InitArg::mp3BufSize

Size of mp3Buf buffer (must be >= 8192)

◆ mp3StreamEnd

SceOff SceMp3InitArg::mp3StreamEnd

Stream end position.

◆ mp3StreamStart

SceOff SceMp3InitArg::mp3StreamStart

Stream start position.

◆ pcmBuf

SceUChar8* SceMp3InitArg::pcmBuf

Pointer to decoded pcm samples buffer.

◆ pcmBufSize

SceInt32 SceMp3InitArg::pcmBufSize

Size of pcmBuf buffer (must be >= 9216)


The documentation for this struct was generated from the following file: