Go to the source code of this file.
Typedef Documentation
Function Documentation
sceMp3CheckStreamDataNeeded
- Parameters
-
- Returns
- 1 if more stream data is needed, < 0 on error.
sceMp3Decode
- Parameters
-
handle | - sceMp3 handle |
dst | - Pointer to destination pcm samples buffer |
- Returns
- number of bytes in decoded pcm buffer, < 0 on error.
sceMp3GetBitRate
- Parameters
-
- Returns
- Bitrate of the mp3
sceMp3GetInfoToAddStreamData
- Parameters
-
handle | - sceMp3 handle |
dst | - Pointer to stream data buffer |
towrite | - Space remaining in stream data buffer |
srcpos | - Position in source stream to start reading from |
- Returns
- 0 if success, < 0 on error.
sceMp3GetLoopNum
- Parameters
-
- Returns
- Number of loops
sceMp3GetMaxOutputSample
- Parameters
-
- Returns
- Number of max samples to output
sceMp3GetMp3ChannelNum
- Parameters
-
- Returns
- Number of channels of the mp3
sceMp3GetSamplingRate
- Parameters
-
- Returns
- Sampling rate of the mp3
sceMp3GetSumDecodedSample
- Parameters
-
- Returns
- Number of decoded samples
sceMp3Init
- Parameters
-
- Returns
- 0 if success, < 0 on error.
sceMp3InitResource
- Returns
- 0 if success, < 0 on error.
sceMp3NotifyAddStreamData
- Parameters
-
handle | - sceMp3 handle |
size | - number of bytes added to the stream data buffer |
- Returns
- 0 if success, < 0 on error.
sceMp3ReleaseMp3Handle
- Parameters
-
- Returns
- 0 if success, < 0 on error.
sceMp3ReserveMp3Handle
- Parameters
-
- Returns
- sceMp3 handle on success, < 0 on error.
sceMp3ResetPlayPosition
- Parameters
-
- Returns
- < 0 on error
sceMp3SetLoopNum
- Parameters
-
handle | - sceMp3 handle |
loop | - Number of loops |
- Returns
- 0 if success, < 0 on error.
sceMp3TermResource
- Returns
- 0 if success, < 0 on error.