Defines
MIX_MAJOR_VERSION
value: 1
description: SDL_mixer library major number at compilation time
MIX_MINOR_VERSION
value: 2
description: SDL_mixer library minor number at compilation time
MIX_PATCHLEVEL
value: 4
description: SDL_mixer library patch level at compilation time
MIX_CHANNELS
value: 8
description: The default mixer has this many simultaneous mixing channels after the first call to Mix_OpenAudio.
MIX_DEFAULT_FREQUENCY
value: 22050
description: Good default sample rate in Hz (samples per second) for PC sound cards.
MIX_DEFAULT_FORMAT
value: AUDIO_S16SYS
description: The suggested default is signed 16bit samples in host byte order.
MIX_DEFAULT_CHANNELS
value: 2
description: Stereo sound is a good default.
MIX_MAX_VOLUME
value: 128
description: Maximum value for any volume setting. This is currently the same as SDL_MIX_MAXVOLUME.
MIX_CHANNEL_POST
value: -2
description: This is the channel number used for post processing effects.
MIX_EFFECTSMAXSPEED
value: "MIX_EFFECTSMAXSPEED"
description: A convience definition for the string name of the environment variable to define when you desire the internal effects to sacrifice quality and/or RAM for speed. The environment variable must be set (else nonexisting) before Mix_OpenAudio is called for the setting to take effect.
