Sound::FrequencyVarying
Defined in:
Returns a boolean value indicating whether a sound's frequency is being varied.
C4Sound.h
Prototype
bool FrequencyVarying(void) const;
Description
The FrequencyVarying
function returns true
if the sound's frequency is currently being varied; otherwise it returns false
. If the sound is not playing, then the FrequencyVarying
function always returns false
.
See Also