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

Sound_Version

This function gets the version of the dynamically linked SDL_sound library.

Header File

Defined in <SDL3_sound/SDL_sound.h>

Syntax

int Sound_Version(void);

Return Value

(int) Returns SDL_sound version.

Thread Safety

It is safe to call this function from any thread.

Version

This function is available since SDL_sound 3.0.0.


CategoryAPI, CategoryAPIFunction, CategorySDLSound