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
13extern "C" {
14#endif
15
21
27
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