playDestination

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the playDestination to {internal | external}
Summary

The playDestination specifies where sound output is sent.

Introduced1.0
OSlinux
Platformsdesktop, server
Example
set the playDestination to external
Values
NameTypeDescription
Value

The playDestination is "internal" or "external". By default, the playDestination is set to "internal".

RelatedCommand: stop, play
Glossary: property, Unix, port
Property: recordInput
Description

Use the playDestination property to control whether sounds made with the play command on Unix systems are sent to the speakers or the audio jack.

If the playDestination property is set to "internal", sounds are played on the computer's internal speaker. If the playDestination is "external", sounds are sent to the computer's audio port.

The setting of this property has no effect on Mac OS , OS X, or Windows systems.

Tagsmultimedia