SDL Wiki
(This function is part of SDL_mixer, a separate library from SDL.)

Mix_GetNumMusicDecoders

Get a list of music decoders that this build of SDL_mixer provides.

Header File

Defined in SDL_mixer.h

Syntax

int Mix_GetNumMusicDecoders(void);

Return Value

Returns number of music decoders available.

Remarks

This list can change between builds AND runs of the program, if external libraries that add functionality become available. You must successfully call Mix_OpenAudio() before calling this function, as decoders are activated at device open time.

Appearing in this list doesn't promise your specific audio file will decode...but it's handy to know if you have, say, a functioning Ogg Vorbis install.

These return values are static, read-only data; do not modify or free it. The pointers remain valid until you call Mix_CloseAudio().

Version

This function is available since SDL_mixer 3.0.0.

See Also


CategoryAPI, CategoryAPIFunction


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.