![]() |
vitasdk
Documentation of the vitasdk
|
Exports for User. More...
Enumerations | |
| enum | SceShutterSoundErrorCode { SCE_SHUTTER_SOUND_ERROR_INVALID_ARGUMENT = 0x80105201 , SCE_SHUTTER_SOUND_ERROR_INTERNAL = 0x80105202 , SCE_SHUTTER_SOUND_ERROR_FATAL = 0x80105203 } |
| enum | SceShutterSoundType { SCE_SHUTTER_SOUND_TYPE_SAVE_IMAGE = 0 , SCE_SHUTTER_SOUND_TYPE_SAVE_VIDEO_START = 1 , SCE_SHUTTER_SOUND_TYPE_SAVE_VIDEO_END = 2 } |
Functions | |
| int | sceShutterSoundPlay (uint32_t type) |
| Plays a shutter sound. | |
Exports for User.
Include the header file in your project:
Link the library to the executable:
Load the required module:
| enum SceShutterSoundType |
| int sceShutterSoundPlay | ( | uint32_t | type | ) |
Plays a shutter sound.
| [in] | type | - The sound type to play (One of SceShutterSoundType) |