Tao.Sdl SDK Documentation

SdlMixer.Mix_GroupChannels Method 

[Visual Basic]
Public Shared Function Mix_GroupChannels( _
   ByVal from As Integer, _
   ByVal to As Integer, _
   ByVal tag As Integer _
) As Integer
[C#]
public static int Mix_GroupChannels(
   int from,
   int to,
   int tag
);

See Also

SdlMixer Class | Tao.Sdl Namespace