Scroll to navigation

MIX_DestroyGroup(3) SDL_mixer3 FUNCTIONS MIX_DestroyGroup(3)

NAME

MIX_DestroyGroup - Destroy a mixing group.

HEADER FILE

Defined in SDL3_mixer/SDL_mixer.h

SYNOPSIS

#include "SDL3_mixer/SDL_mixer.h"
void MIX_DestroyGroup(MIX_Group *group);

DESCRIPTION

Any tracks currently assigned to this group will be reassigned to the mixer's internal default group.

FUNCTION PARAMETERS

the mixing group to destroy.

THREAD SAFETY

It is safe to call this function from any thread.

AVAILABILITY

This function is available since SDL_mixer 3.0.0.

SEE ALSO

(3), MIX_CreateGroup(3)

SDL_mixer 3.1.0 SDL_mixer