nn::voicesel::CTR::StartVoiceSel Function

Syntax

nn::applet::AppletWakeupState StartVoiceSel(
     Parameter * pParameter
);

Arguments

Name Description
inout pParameter Parameter structure.

Return Values

Description

Starts the audio selector applet.

If some library applet other than the audio selector applet has been preloaded, you must cancel that preload before calling this function.

This function calls the nn::applet::CTR::WaitForStarting function.
Because you must determine whether to close the application when this function returns, call the nn::applet::CTR::IsExpectedToCloseApplication function immediately after control exits this function.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL