PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
pspaudiocodec.h File Reference

Go to the source code of this file.

Macros

#define PSP_CODEC_AT3PLUS   (0x00001000)
 
#define PSP_CODEC_AT3   (0x00001001)
 
#define PSP_CODEC_MP3   (0x00001002)
 
#define PSP_CODEC_AAC   (0x00001003)
 

Functions

int sceAudiocodecCheckNeedMem (unsigned long *Buffer, int Type)
 
int sceAudiocodecInit (unsigned long *Buffer, int Type)
 
int sceAudiocodecDecode (unsigned long *Buffer, int Type)
 
int sceAudiocodecGetEDRAM (unsigned long *Buffer, int Type)
 
int sceAudiocodecReleaseEDRAM (unsigned long *Buffer)
 

Macro Definition Documentation

◆ PSP_CODEC_AAC

#define PSP_CODEC_AAC   (0x00001003)

◆ PSP_CODEC_AT3

#define PSP_CODEC_AT3   (0x00001001)

◆ PSP_CODEC_AT3PLUS

#define PSP_CODEC_AT3PLUS   (0x00001000)

◆ PSP_CODEC_MP3

#define PSP_CODEC_MP3   (0x00001002)

Function Documentation

◆ sceAudiocodecCheckNeedMem()

int sceAudiocodecCheckNeedMem ( unsigned long Buffer,
int  Type 
)

◆ sceAudiocodecDecode()

int sceAudiocodecDecode ( unsigned long Buffer,
int  Type 
)

◆ sceAudiocodecGetEDRAM()

int sceAudiocodecGetEDRAM ( unsigned long Buffer,
int  Type 
)

◆ sceAudiocodecInit()

int sceAudiocodecInit ( unsigned long Buffer,
int  Type 
)

◆ sceAudiocodecReleaseEDRAM()

int sceAudiocodecReleaseEDRAM ( unsigned long Buffer)