Go to the source code of this file.
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