ResumeChannel¶ Description¶ If the given channel's audio has been paused with PauseChannel(), resumes playing the audio. Parameters¶ channel The ID of the channel to resume. Return Value¶ None. Syntax¶ CC++ RSDK.ResumeChannel(uint32 channel); channels[uint8 channel].Resume(); Example¶ CC++ RSDK.ResumeChannel(0); channels[0].Resume();