Tao.Sdl SDK Documentation |
|
SdlMixer.MIX_MAX_VOLUME Field
Maximum value for any volume setting.
[Visual Basic]
Public Const MIX_MAX_VOLUME As
Integer = 128
[C#]
public const
int MIX_MAX_VOLUME = 128;
Remarks
This is currently the same as SDL_MIX_MAXVOLUME.
See Also
SdlMixer Class | Tao.Sdl Namespace