mobileSetSoundChannelVolume | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | iphonesetsoundchannelvolume | |||||||||
Summary | Sets the volume of a sound channel. | |||||||||
Introduced | 4.6 | |||||||||
OS | ios, android | |||||||||
Platforms | mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Command: mobileDeleteSoundChannel, mobilePlaySoundOnChannel, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel Function: mobileSoundChannelVolume, mobileSoundOnChannel, mobileNextSoundOnChannel, mobileSoundChannels, mobileSoundChannelStatus Message: soundFinishedOnChannel | |||||||||
Description | Use the mobileSetSoundChannelVolume command to control the volume of the given channel. Changing the volume of a channel affects the currently playing sound and any sounds played subsequently on the channel. Setting the volume of a non-existent channel results in it being created. This allows the volume to be set before any sounds are played. |