C4 Engine
C4 Engine API Documentation

SoundGroup::GetFrequency

Defined in:  C4Sound.h
Returns the frequency of a sound group.
Prototype

float GetFrequency(voidconst;

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

SoundGroup::SetFrequency

SoundGroup::GetVolume

SoundGroup::SetVolume

Sound::GetSoundGroup

Sound::SetSoundGroup