PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
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

◆ PSP_AV_MODULE_AAC

#define PSP_AV_MODULE_AAC   6

◆ PSP_AV_MODULE_ATRAC3PLUS

#define PSP_AV_MODULE_ATRAC3PLUS   2

◆ PSP_AV_MODULE_AVCODEC

#define PSP_AV_MODULE_AVCODEC   0

◆ PSP_AV_MODULE_G729

#define PSP_AV_MODULE_G729   7

◆ PSP_AV_MODULE_MP3

#define PSP_AV_MODULE_MP3   4

◆ PSP_AV_MODULE_MPEGBASE

#define PSP_AV_MODULE_MPEGBASE   3

◆ PSP_AV_MODULE_SASCORE

#define PSP_AV_MODULE_SASCORE   1

◆ PSP_AV_MODULE_VAUDIO

#define PSP_AV_MODULE_VAUDIO   5

Function Documentation

◆ sceUtilityLoadAvModule()

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

◆ sceUtilityUnloadAvModule()

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