public int FadeInChannelTimed(int MS, int Ticks, int Channel = -1, int Loops = 0) { int Result = SDL_mixer.Mix_FadeInChannelTimed(Channel, myPtr, Loops, MS, Ticks); if (Result == -1) { throw new SDLErrorException(Result); } return(Result); }