[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
const char *Mix_GetChunkDecoder(int index)
Get the name of the indexed sample chunk decoder.
You need to get the number of sample chunk decoders available using the Mix_GetNumChunkDecoders
function.
Returns: The name of the indexed sample chunk 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.2.1 Mix_GetNumChunkDecoders,
4.5.2 Mix_GetMusicDecoder,
4.2.3 Mix_LoadWAV