SoundGroup::GetFrequency
Defined in:
Returns the frequency of a sound group.
C4Sound.h
Prototype
float GetFrequency(void) const;
Description
The GetFrequency
function returns the relative frequency applied to all sounds that are members of a sound group.A sound is added to or removed from a sound group using the
Sound::SetSoundGroup
function.
See Also