nn::snd::CTR::WaitForDspSync Function

Syntax

void WaitForDspSync();

Arguments

None.

Return Values

None.

Description

Receives the result of DSP processing.

Waits for a sound frame event to occur. Following a signal notification, this function receives data from the DSP.

This function waits for an event generated by an object of the nn::os::Event class defined in the snd library.

This function must be called alternately with the nn::snd::CTR::SendParameterToDsp function.

Revision History

2011/02/02
Added precautions.
2010/02/09
Initial version.

CONFIDENTIAL