mobileDeleteSoundChannel

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileDeleteSoundChannel <channel>
Synonymsiphonedeletesoundchannel
Summary

Removes a channel from memory.

Introduced4.6
OSios, android
Platformsmobile
Parameters
NameTypeDescription
channel

The name of the channel.

Example
mobileDeleteSoundChannel theChannel
mobileDeleteSoundChannel "secondary"
RelatedCommand: mobilePlaySoundOnChannel, mobileSetSoundChannelVolume, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel
Function: mobileSoundChannelVolume, mobileSoundOnChannel, mobileNextSoundOnChannel, mobileSoundChannels, mobileSoundChannelStatus
Message: soundFinishedOnChannel
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).