7 #ifndef _PSP2_AVCONFIG_H_
8 #define _PSP2_AVCONFIG_H_
SceAVConfigColorSpaceMode
Color Space Mode values to specify to sceAVConfigSetDisplayColorSpaceMode.
Definition: avconfig.h:17
int sceAVConfigMuteOn(void)
Turns on mute.
int sceAVConfigSetSystemVol(int volume)
Set the system volume.
int sceAVConfigGetShutterVol(int *volume)
Get the shutter volume.
int sceAVConfigGetDisplayMaxBrightness(int *maxBrightness)
Get the maximum brightness.
int sceAVConfigSetDisplayColorSpaceMode(int csm)
Sets the color space mode on runtime.
int sceAVConfigSetDisplayBrightness(int brightness)
Set the screen brightness.
int sceAVConfigGetSystemVol(int *volume)
Get the system volume.
@ SCE_AVCONFIG_COLOR_SPACE_MODE_HIGH_CONTRAST
High Contrast Mode.
Definition: avconfig.h:19
@ SCE_AVCONFIG_COLOR_SPACE_MODE_DEFAULT
Default.
Definition: avconfig.h:18