recording

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the recording to {true | false}
Summary

Reports whether a sound is currently being recorded.

Introduced1.1
OSmac, windows
Platformsdesktop, server
Example
set the recording to false
wait until the recording is true
Values
NameTypeDescription
Value

The recording property is true or false.

RelatedCommand: 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.

Tagsmultimedia