RSDKv5 StopChannel¶ Description¶ Stops playing the currently playing audio in the given channel, if any is playing. Parameters¶ channel The ID of the channel to stop. Return Value¶ None. Syntax¶ CC++ RSDK.StopChannel(uint32 channel); channels[uint8 channel].Stop(); Example¶ CC++ RSDK.StopChannel(0); channels[0].Stop();