module FMOD::Core::SoundGroupBehavior

These values are used with to determine what happens when more sounds are played than are specified.

Constants

FAIL

Will simply fail when attempting to play.

MUTE

Will be silent, then if another sound in the group stops the sound that was silent before becomes audible again.

STEAL_LOWEST

Will steal the quietest / least important sound playing in the group.