nn::camera::CTR::PlayShutterSound Function

Syntax

nn::Result PlayShutterSound(
     ShutterSoundType type
);

Arguments

Name Description
in type Specifies the type of shutter sound to play back.

Return Values

Returns the result of the operation.
LEVEL_SUCCESS:SUMMARY_SUCCESS:MODULE_COMMON:DESCRIPTION_SUCCESS: Success.
LEVEL_STATUS:SUMMARY_STATUS_CHANGED:MODULE_NN_CAMERA:DESCRIPTION_CAMERA_IS_SLEEPING: Asleep, and thus unavailable.
LEVEL_FATAL:SUMMARY_INTERNAL:MODULE_NN_CAMERA:DESCRIPTION_CAMERA_FATAL_ERROR: There may be something physically wrong with the camera.

Description

Plays back the shutter sound and temporarily illuminates the camera LED.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL