Sets the stereo panning for the sound on the specified channelId.
channelId
void setPan(int channelId, double pan) { _backend.setChannelPan(channelId, pan); }