nn::snd::CTR::WaitForDspSync Function

Syntax

bool WaitForDspSync(
     nn::fnd::TimeSpan timeout
);

Arguments

Name Description
in timeout Specifies the timeout period. Specifying 0 causes control to return immediately.

Return Values

Returns whether a sound frame event occurred within the timeout period.

Description

Receives the result of DSP processing.

Waits for a sound frame event until timing out. If there is a signal notification, this function receives data from the DSP.

Revision History

2010/02/09
Initial version.

CONFIDENTIAL