table of contents
other versions
- testing 3.2.10+ds-1
- unstable 3.2.10+ds-1
- experimental 3.2.16+ds-1
SDL_GetAudioFormatName(3) | SDL3 FUNCTIONS | SDL_GetAudioFormatName(3) |
NAME¶
SDL_GetAudioFormatName - Get the human readable name of an audio format.
SYNOPSIS¶
#include <SDL3/SDL_audio.h>
const char * SDL_GetAudioFormatName(SDL_AudioFormat format);
FUNCTION PARAMETERS¶
- format
- the audio format to query.
RETURN VALUE¶
Returns the human readable name of the specified audio format or "SDL_AUDIO_UNKNOWN" if the format isn't recognized.
THREAD SAFETY¶
It is safe to call this function from any thread.
AVAILABILITY¶
This function is available since SDL 3.2.0.
SDL 3.2.16 | Simple Directmedia Layer |