Returns the sound that is scheduled to play next (if any) on the given channel.
# Metadata
Platforms: mobile OS: ios, android Introduced: 4.6 Security:
# Syntax
mobileNextSoundOnChannel(channel)
# Params
- channel : The name of the channel.
# Examples
get mobileNextSoundOnChannel(theChannel)
put mobileNextSoundOnChannel("current") into tNextSound
# Description
Use the mobileNextSoundOnChannel function to find what sound (if any) is scheduled to play next on the current channel.
# Tags
# See
- **command:** mobileDeleteSoundChannel, mobilePlaySoundOnChannel, mobileSetSoundChannelVolume, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel - **function:** mobileSoundChannelVolume, mobileSoundOnChannel, mobileSoundChannels, mobileSoundChannelStatus - **message:** soundFinishedOnChannel