vitasdk
Documentation of the vitasdk
shutter_sound.h
Go to the documentation of this file.
1 
7 #ifndef _PSP2_SHUTTER_SOUND_H_
8 #define _PSP2_SHUTTER_SOUND_H_
9 
10 #include <stdint.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
19  SCE_SHUTTER_SOUND_ERROR_FATAL = 0x80105203
21 
22 typedef enum SceShutterSoundType {
27 
35 int sceShutterSoundPlay(uint32_t type);
36 
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #endif /* _PSP2_SHUTTER_SOUND_H_ */
42 
uint8_t type
0 = read?, 1 = write?, 2 = feature?, 3 = ?
Definition: bt.h:2
SceShutterSoundType
Definition: shutter_sound.h:22
int sceShutterSoundPlay(uint32_t type)
Plays a shutter sound.
SceShutterSoundErrorCode
Definition: shutter_sound.h:16
@ SCE_SHUTTER_SOUND_TYPE_SAVE_VIDEO_START
Definition: shutter_sound.h:24
@ SCE_SHUTTER_SOUND_TYPE_SAVE_VIDEO_END
Definition: shutter_sound.h:25
@ SCE_SHUTTER_SOUND_TYPE_SAVE_IMAGE
Definition: shutter_sound.h:23
@ SCE_SHUTTER_SOUND_ERROR_FATAL
Fatal error.
Definition: shutter_sound.h:19
@ SCE_SHUTTER_SOUND_ERROR_INVALID_ARGUMENT
Invalid argument.
Definition: shutter_sound.h:17
@ SCE_SHUTTER_SOUND_ERROR_INTERNAL
Internal error.
Definition: shutter_sound.h:18