Tao.Sdl SDK Documentation

SdlMixer.Mix_Linked_Version Method 

Using this you can compare the runtime version to the version that you compiled with.

[Visual Basic]
Public Shared Function Mix_Linked_Version() As SDL_version
[C#]
public static SDL_version Mix_Linked_Version();

Return Value

This function gets the version of the dynamically linked SDL_mixer library in an Sdl.SDL_version struct.

Remarks

Binds to C-function call in SDL_mixer.h:

const SDL_version * Mix_Linked_Version(void)

See Also

SdlMixer Class | Tao.Sdl Namespace