playing[, type, id] = IsChannelPlaying(n)
n is currently
playing and returns True if it is, False otherwise. If the channel is
currently playing, IsChannelPlaying() will also return type and id
of the object that is currently playing on this channel. This can
be #MUSIC, #SAMPLE, or #VIDEO.
True if the channel is playing, False otherwise