
BOOL DSP_IsSoundPlaying(void);
None.
Returns TRUE if sound output from the DSP is currently being played; FALSE otherwise.
Determines if the DSP sound output is being played by the DSP_PlaySound function. This function can be used if any of the DSP components have been loaded.
Note: When playing a shutter sound using DSP_PlayShutterSound, use DSP_IsShutterSoundPlaying instead of DSP_IsSoundPlaying to check whether playback has ended.
DSP_PlaySound
DSP_IsShutterSoundPlaying
2008/10/23 Added reference to DSP_IsShutterSoundPlaying to determine if shutter-sound playback has ended.
2008/07/09 Added information about the DSP_PlayShutterSound function.
2008/05/27 Initial version.
CONFIDENTIAL