Tao.Sdl SDK Documentation

SdlMixer.MIX_EFFECTSMAXSPEED Field

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.

[Visual Basic]
Public Const MIX_EFFECTSMAXSPEED As String = "MIX_EFFECTSMAXSPEED"
[C#]
public const string MIX_EFFECTSMAXSPEED = "MIX_EFFECTSMAXSPEED";

See Also

SdlMixer Class | Tao.Sdl Namespace