Data Fields

SceMp3InitArg Struct Reference

#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.
SceVoidmp3Buf
 Pointer to a buffer to contain raw mp3 stream data (+1472 bytes workspace).
SceInt32 mp3BufSize
 Size of mp3Buf buffer (must be >= 8192).
SceVoidpcmBuf
 Pointer to decoded pcm samples buffer.
SceInt32 pcmBufSize
 Size of pcmBuf buffer (must be >= 9216).

Field Documentation

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.


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