| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
const char *Mix_GetMusicDecoder(int index)
Get the name of the indexed music decoder.
You need to get the number of music decoders available using the Mix_GetNumMusicDecoders function.
Returns: The name of the indexed music decoder.  This string is owned by the SDL_mixer library, do not modify or free it.  It is valid until you call Mix_CloseAudio the final time.
  | 
See Also:
4.5.1 Mix_GetNumMusicDecoders,
4.2.2 Mix_GetChunkDecoder,
4.2.3 Mix_LoadWAV