![]() |
• Sound Manager | ||||||
|
API Links
Developer Links
|
Sound::FadeDefined in:
Fades a sound to a specific volume.
C4Sound.hPrototype
Parameters
Description
The Fade function fades the sound to the volume given by the targetVolume parameter over the time interval given by the fadeTime parameter. At the end of the fade period, the sound's fade procedure is invoked if one has been installed using the Sound::SetFadeProc function.If the endStop parameter is true, then the sound is stopped at the end of the fade period. If the sound is nonpersistent, then it is released at this point.It can be determined whether a sound is currently fading by calling the Sound::Fading function.
See Also
|