Tao.Sdl SDK Documentation |
|
SdlMixer.MIX_CHANNELS Field
The default mixer has this many simultaneous mixing channels after the first call to Mix_OpenAudio.
[Visual Basic]
Public Const MIX_CHANNELS As
Integer = 8
[C#]
public const
int MIX_CHANNELS = 8;
See Also
SdlMixer Class | Tao.Sdl Namespace