PauseChannel¶ Description¶ Pauses the currently playing audio in the given channel, if any is playing. The channel can be resumed with ResumeChannel(). Parameters¶ channel The ID of the channel to pause. Return Value¶ None. Syntax¶ CC++ RSDK.PauseChannel(uint32 channel); channels[uint8 channel].Pause(); Example¶ CC++ RSDK.PauseChannel(0); channels[0].Pause();