stop recording
Type
command
Summary
Stops the current sound recording.
Syntax
stop recording
Description
Use the stop recording command to halt a recording being made. For example, you can use the stop recording command in the script of a button, to let the user click to stop recording sound.
The stop recording command stops a recording started with the record sound command.
The stop recording command sets the recording property to false.
The stop recording command will return any recorder error which has occurred since record start command was finished.
Examples
if the mouse is down then stop recording
Value
Name | Type | Description |
---|---|---|
the result | If the recording reached the file size limit then "recording max filesize" is returned. If the input device was lost while recording then "recording input source lost" is returned. If the recorder failed for an unknown reason then "failed" is returned. |
Related
command: revStopRecordingVideo, record sound, stop
keyword: button
Compatibility and Support
Introduced
LiveCode 1.1
OS
mac
windows
ios
android
web
Platforms
desktop
mobile