Destroy a mixing group.
Defined in <SDL3_mixer/SDL_mixer.h>
void MIX_DestroyGroup(MIX_Group *group);
MIX_Group * | group | the mixing group to destroy. |
Any tracks currently assigned to this group will be reassigned to the mixer's internal default group.
It is safe to call this function from any thread.
This function is available since SDL_mixer 3.0.0.