Skip to main content

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

NameTypeDescription

channel

The name of the channel.

Examples

get mobileNextSoundOnChannel(theChannel)
put mobileNextSoundOnChannel("current") into tNextSound

Value

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.

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

Thank you for your feedback!

Was this page helpful?