nn::snd::CTR::WaitForDspSync Function

Syntax

void WaitForDspSync(
     void
);

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

List of Overloaded Member Functions

WaitForDspSync(void) Receives the result of DSP processing.
WaitForDspSync(nn::fnd::TimeSpan) Receives the result of DSP processing.

Description of WaitForDspSync(void)

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

Description of WaitForDspSync(nn::fnd::TimeSpan)

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


CONFIDENTIAL