recording | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Reports whether a sound is currently being recorded. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: record sound, stop recording Function: recordLoudness Glossary: property, command | ||||||
Description | Use the recording property to determine whether a recording is being made or to stop recording. The recording property is true if sound is currently being recorded with the record sound command, false if it is not. If a recording is currently being made, you can set the recording property to false to stop recording. This is equivalent to using the stop recording command. | ||||||
Tags | multimedia |