![]() |
vitasdk
Documentation of the vitasdk
|
Exports for User. More...
Enumerations | |
| enum | SceAVConfigColorSpaceMode { SCE_AVCONFIG_COLOR_SPACE_MODE_DEFAULT = 0 , SCE_AVCONFIG_COLOR_SPACE_MODE_HIGH_CONTRAST = 1 } |
| Color Space Mode values to specify to sceAVConfigSetDisplayColorSpaceMode. More... | |
Functions | |
| int | sceAVConfigGetDisplayMaxBrightness (int *maxBrightness) |
| Get the maximum brightness. | |
| int | sceAVConfigSetDisplayBrightness (int brightness) |
| Set the screen brightness. | |
| int | sceAVConfigGetShutterVol (int *volume) |
| Get the shutter volume. | |
| int | sceAVConfigGetSystemVol (int *volume) |
| Get the system volume. | |
| int | sceAVConfigSetSystemVol (int volume) |
| Set the system volume. | |
| int | sceAVConfigMuteOn (void) |
| Turns on mute. | |
| int | sceAVConfigSetDisplayColorSpaceMode (int csm) |
| Sets the color space mode on runtime. | |
Exports for User.
Include the header file in your project:
Link the library to the executable:
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() |