nn::snd::CTR::WaitForDspSync Function
void WaitForDspSync(
void
);
bool WaitForDspSync(
nn::fnd::TimeSpan timeout
);
WaitForDspSync(void)
|
Receives the result of DSP processing. |
WaitForDspSync(nn::fnd::TimeSpan)
|
Receives the result of DSP processing. |
WaitForDspSync(void)Waits for a sound frame event to occur. Following a signal notification, this function receives data from the DSP.
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