vitasdk
Documentation of the vitasdk
avconfig.h
Go to the documentation of this file.
1
7#ifndef _PSP2_AVCONFIG_H_
8#define _PSP2_AVCONFIG_H_
9
10#include <psp2/types.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
21
29int sceAVConfigGetDisplayMaxBrightness(int *maxBrightness);
30
39
47int sceAVConfigGetShutterVol(int *volume);
48
56int sceAVConfigGetSystemVol(int *volume);
57
66
74
84
85
86#ifdef __cplusplus
87}
88#endif
89
90#endif /* _PSP2_AVCONFIG_H_ */
91
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