playLoudness | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the volume of sounds played by the play command. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: showController, leftBalance, rightBalance, audioPan Command: play, beep Function: recordLoudness Object: player | ||||||
Description | Use the playLoudness property to set the speaker volume. Setting the playLoudness to zero turns off sounds. If no audio clip, video clip, or player is specified, the setting of the playLoudness property applies to all sounds LiveCode makes, including those made with the beep and play commands. Users can manually set the playLoudness of a player using the slider on the left side of the player's controller bar, which is visible if the player's showController property is true. | ||||||
Tags | multimedia |