nn::camera::CTR::PlayShutterSound Function

Syntax

nn::Result PlayShutterSound(
     ShutterSoundType type
);

Parameters

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
Result::IsSuccess 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 turns off the camera LED.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL