private void SetChannelPosition(int channel, short angle, byte distance) { SDL_mixer.Mix_SetPosition(channel, angle, distance); }