Skip to content

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

RSDK.StopChannel(uint32 channel);
channels[uint8 channel].Stop();

Example

RSDK.StopChannel(0);
channels[0].Stop();