destroy method
void
destroy()
Destroy a mixing group.
Any tracks currently assigned to this group will be reassigned to the mixer's internal default group.
\param group the mixing group to destroy.
\threadsafety It is safe to call this function from any thread.
\since This function is available since SDL_mixer 3.0.0.
\sa MIX_CreateGroup
extern SDL_DECLSPEC void SDLCALL MIX_DestroyGroup(MIX_Group *group)
{@category mixer}
Implementation
void destroy() => mixDestroyGroup(this);