// goes to the next song public Song nextSong(int[] ids, bool isShuffleOn, IntPtr handle) { return(player.nextSong(ids, isShuffleOn, handle)); }