mobileNextSoundOnChannel
Type
function
Summary
Returns the sound that is scheduled to play next (if any) on the given channel.
Syntax
mobileNextSoundOnChannel(<channel>)
Description
Use the mobileNextSoundOnChannel function to find what sound (if any) is scheduled to play next on the current channel.
Parameters
Name | Type | Description |
---|---|---|
channel | The name of the channel. |
Examples
get mobileNextSoundOnChannel(theChannel)
put mobileNextSoundOnChannel("current") into tNextSound
Value
Name | Type | Description |
---|---|---|
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. |
Related
command: mobileDeleteSoundChannel, mobilePlaySoundOnChannel, mobileSetSoundChannelVolume, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel
function: mobileSoundChannelVolume, mobileSoundOnChannel, mobileSoundChannels, mobileSoundChannelStatus
message: soundFinishedOnChannel
Compatibility and Support
Introduced
LiveCode 4.6
OS
ios
android
Platforms
mobile