table of contents
other versions
- experimental 3.1.2+git20260204~9ea9abe+ds-1
| MIX_GetGroupMixer(3) | SDL_mixer3 FUNCTIONS | MIX_GetGroupMixer(3) |
NAME¶
MIX_GetGroupMixer - Get the MIX_Mixer that owns a MIX_Group.
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¶
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.3 | SDL_mixer |