pspsdk-1.0+beta2
psputility_avmodules.h File Reference
#include <psptypes.h>
Include dependency graph for psputility_avmodules.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PSP_AV_MODULE_AVCODEC   0
#define PSP_AV_MODULE_SASCORE   1
#define PSP_AV_MODULE_ATRAC3PLUS   2
#define PSP_AV_MODULE_MPEGBASE   3
#define PSP_AV_MODULE_MP3   4
#define PSP_AV_MODULE_VAUDIO   5
#define PSP_AV_MODULE_AAC   6
#define PSP_AV_MODULE_G729   7

Functions

int sceUtilityLoadAvModule (int module)
 Load an audio/video module (PRX) from user mode.
int sceUtilityUnloadAvModule (int module)
 Unload an audio/video module (PRX) from user mode.

Macro Definition Documentation

#define PSP_AV_MODULE_AAC   6
#define PSP_AV_MODULE_ATRAC3PLUS   2
#define PSP_AV_MODULE_AVCODEC   0
#define PSP_AV_MODULE_G729   7
#define PSP_AV_MODULE_MP3   4
#define PSP_AV_MODULE_MPEGBASE   3
#define PSP_AV_MODULE_SASCORE   1
#define PSP_AV_MODULE_VAUDIO   5

Function Documentation

int sceUtilityLoadAvModule ( int  module)

Load an audio/video module (PRX) from user mode.

Available on firmware 2.00 and higher only.

Parameters
module- module number to load (PSP_AV_MODULE_xxx)
Returns
0 on success, < 0 on error
int sceUtilityUnloadAvModule ( int  module)

Unload an audio/video module (PRX) from user mode.

Available on firmware 2.00 and higher only.

Parameters
module- module number to be unloaded
Returns
0 on success, < 0 on error