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 function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Process was successful.
ResultIsSleeping Unusable because the system is in Sleep Mode.
ResultFatalError 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