vitasdk
Documentation of the vitasdk
|
Exports for User.
Include the header file in your project:
Link the library to the executable:
Functions | |
int | sceAVConfigGetDisplayMaxBrightness (int *maxBrightness) |
Get the maximum brightness. More... | |
int | sceAVConfigSetDisplayBrightness (int brightness) |
Set the screen brightness. More... | |
int | sceAVConfigGetShutterVol (int *volume) |
Get the shutter volume. More... | |
int | sceAVConfigGetSystemVol (int *volume) |
Get the system volume. More... | |
int | sceAVConfigSetSystemVol (int volume) |
Set the system volume. More... | |
int | sceAVConfigMuteOn (void) |
Turns on mute. More... | |
int | sceAVConfigSetDisplayColorSpaceMode (int csm) |
Sets the color space mode on runtime. More... | |
Color Space Mode values to specify to sceAVConfigSetDisplayColorSpaceMode.
Enumerator | |
---|---|
SCE_AVCONFIG_COLOR_SPACE_MODE_DEFAULT | Default. |
SCE_AVCONFIG_COLOR_SPACE_MODE_HIGH_CONTRAST | High Contrast Mode. |
int sceAVConfigGetDisplayMaxBrightness | ( | int * | maxBrightness | ) |
Get the maximum brightness.
[out] | maxBrightness | - Maximum brightness. |
int sceAVConfigSetDisplayBrightness | ( | int | brightness | ) |
Set the screen brightness.
brightness | - Brightness that the screen will be set to (range 21-65536, 0 turns off the screen). |
int sceAVConfigGetShutterVol | ( | int * | volume | ) |
Get the shutter volume.
[out] | volume | - shutter volume. |
int sceAVConfigGetSystemVol | ( | int * | volume | ) |
Get the system volume.
[out] | volume | - System volume. |
int sceAVConfigSetSystemVol | ( | int | volume | ) |
Set the system volume.
volume | - volume that the device will be set to (range 0-30). |
int sceAVConfigMuteOn | ( | void | ) |
Turns on mute.
int sceAVConfigSetDisplayColorSpaceMode | ( | int | csm | ) |
Sets the color space mode on runtime.
[in] | csm | - see SceAVConfigColorSpaceMode() |