[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( intchannel, IntPtrchunk, intloops, intms, intticks );