mobileDeleteSoundChannel

Removes a channel from memory.

# Metadata

Platforms: mobile OS: ios, android Introduced: 4.6 Security:

# Syntax

mobileDeleteSoundChannel channel

# Params

- channel : The name of the channel.

# Examples

mobileDeleteSoundChannel theChannel

mobileDeleteSoundChannel "secondary"

# Description

Use the mobileDeleteSoundChannel command to remove a channel from memory.

Sound channels only consume system resources when they are playing sounds, thus you don't need to be concerned about having many around at once (assuming most are inactive).

# Tags

# See