table of contents
other versions
- experimental 3.1~git20250910~d032535+ds-1
MIX_GetGroupMixer(3) | SDL_mixer3 FUNCTIONS | MIX_GetGroupMixer(3) |
NAME¶
MIX_GetGroupMixer - Get the MIX_Mixer
that owns a MIX_Group .
HEADER FILE¶
Defined in SDL3_mixer/SDL_mixer.h
SYNOPSIS¶
#include "SDL3_mixer/SDL_mixer.h"
MIX_Mixer * MIX_GetGroupMixer(MIX_Group *group);
DESCRIPTION¶
This is the mixer pointer that was passed to
MIX_CreateGroup ().
FUNCTION PARAMETERS¶
- group
- the group to query.
RETURN VALUE¶
( MIX_Mixer
*) Returns the mixer associated with the group, or NULL on error; call
SDL_GetError() for more information.
THREAD SAFETY¶
It is safe to call this function from any thread.
AVAILABILITY¶
This function is available since SDL_mixer 3.0.0.
SDL_mixer 3.1.0 | SDL_mixer |