mobileSoundChannelStatus

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileSoundChannelStatus()
Synonymsiphonesoundchannelstatus
Summary

Returns the current status of the given channel.

Introduced4.6
OSios, android
Platformsmobile
Example
get mobileSoundChannelStatus()
put mobileSoundChannelStatus() into tChannelStatus
Values
NameTypeDescription
return

The mobileSoundChannelStatus function returns a string value.

stopped: there is no sound currently playing, nor any sound scheduled to be playing
paused: there are sounds scheduled to be played but the channel is currently paused
playing: a sound is currently playing
RelatedCommand: mobileDeleteSoundChannel, mobilePlaySoundOnChannel, mobileSetSoundChannelVolume, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel
Function: mobileSoundChannelVolume, mobileSoundOnChannel, mobileNextSoundOnChannel, mobileSoundChannels
Message: soundFinishedOnChannel
Description

Use the mobileSoundChannelStatus function to find the status of the given channel.