mobileNextSoundOnChannel

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileNextSoundOnChannel(<channel>)
Synonymsiphonenextsoundonchannel
Summary

Returns the sound that is scheduled to play next (if any) on the given channel.

Introduced4.6
OSios, android
Platformsmobile
Parameters
NameTypeDescription
channel

The name of the channel.

Example
get mobileNextSoundOnChannel(theChannel)
put mobileNextSoundOnChannel("current") into tNextSound
Values
NameTypeDescription
return

The mobileNextSoundOnChannel function returns the name of the sound file that is scheduled to play next on the given channel. If no sound is scheduled or the channel doesn't exit then empty is returned.

RelatedCommand: mobileDeleteSoundChannel, mobilePlaySoundOnChannel, mobileSetSoundChannelVolume, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel
Function: mobileSoundChannelVolume, mobileSoundOnChannel, mobileSoundChannels, mobileSoundChannelStatus
Message: soundFinishedOnChannel
Description

Use the mobileNextSoundOnChannel function to find what sound (if any) is scheduled to play next on the current channel.