SOUND_VERSION (3) Linux Manual Page
Sound_Version – Information the version of SDL_sound in use.
Synopsis
#include <SDL_sound.h>Data Fields
int majorint minor
int patch
Detailed Description
Information the version of SDL_sound in use.Represents the library’s version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision).
See also:
- SOUND_VERSION
Sound_GetLinkedVersion
