recordChannels

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the recordChannels to {1 | 2}
Summary

Specifies whether to record sound in stereo or mono.

Introduced2.0
OSmac, windows
Platformsdesktop, server
Example
set the recordChannels to 1 -- record in mono
if the recordChannels is 2 then hilite button "Stereo"
Values
NameTypeDescription
Value

The recordChannels is either 1 or 2. By default, the recordChannels property is set to 1 (monophone).

RelatedCommand: answer record, record sound
Glossary: property, command, dialog box
Description

Use the recordChannels property to trade off between sound quality and disk space when you record a sound.

The recordChannels property determines the kind of recording made when you use the record sound command to record a sound.

Note: The answer record command sets the recordChannels property according to what the user chose in the answer record dialog box.