Tao.Sdl SDK Documentation

SdlMixer.Mix_FadeInChannelTimed Method 

[Visual Basic]
Public Shared Function Mix_FadeInChannelTimed( _
   ByVal channel As Integer, _
   ByVal chunk As IntPtr, _
   ByVal loops As Integer, _
   ByVal ms As Integer, _
   ByVal ticks As Integer _
) As Integer
[C#]
public static int Mix_FadeInChannelTimed(
   int channel,
   IntPtr chunk,
   int loops,
   int ms,
   int ticks
);

See Also

SdlMixer Class | Tao.Sdl Namespace