Get the Mix_Chunk currently associated with a mixer channel.
Defined in <SDL3_mixer/SDL_mixer.h>
int channel); Mix_Chunk * Mix_GetChunk(
int | channel | the channel to query. |
(Mix_Chunk *) Returns the associated chunk, if any, or NULL if it's an invalid channel.
You may not specify MAX_CHANNEL_POST or -1 for a channel.
This function is available since SDL_mixer 3.0.0.