Audio.Pause

Audio.Pause ( 

number Channel )

Example 1

Audio.Pause(CHANNEL_BACKGROUND);

Pauses the background audio channel.

Example 2

Audio.Pause(CHANNEL_USER1);

Pauses the song in user channel 1.

See also: Related Actions