Skip to content

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

RSDK.PauseChannel(uint32 channel);
channels[uint8 channel].Pause();

Example

RSDK.PauseChannel(0);
channels[0].Pause();