Destroy the specified audio decoder.
Defined in <SDL3_mixer/SDL_mixer.h>
void MIX_DestroyAudioDecoder(MIX_AudioDecoder *audiodecoder);
MIX_AudioDecoder * | audiodecoder | the audio to destroy. |
Destroying a NULL MIX_AudioDecoder is a legal no-op.
It is safe to call this function from any thread.
This function is available since SDL_mixer 3.0.0.