PMDF User's Guide
OpenVMS Edition


Previous Next Contents Index


SET & SHOW AUDIO_DEVICE

Controls the output device to which audio data is directed.

restrictions

Requires SYSPRV privilege to set information for users other than yourself; requires SYSPRV or SYSNAM privilege to show information about users other than yourself.

Syntax

SET AUDIO_DEVICE device

SET NOAUDIO_DEVICE

SHOW AUDIO_DEVICE

Qualifiers Defaults
/ALL /NOALL
/LOG /NOLOG
/UIC="[g,m]" None
/USER=username None

Parameters

device

Device to which to direct audio data.

Description

The SET and SHOW AUDIO_DEVICE commands control which device audio data is directed to in order to play back audio messages and files. By default, all audio data is directed to the device _SOA0:. To select, for instance, the device AUD0:, issue the command


EMAIL> SET AUDIO_DEVICE AUD0:
EMAIL> SHOW AUDIO_DEVICE
Audio device is AUD0:. 
EMAIL> 

To undo a setting made with SET AUDIO_DEVICE, use SET NOAUDIO_DEVICE. This will restore the setting to the default, _SOA0:. The current setting, if any, may be queried with SHOW AUDIO_DEVICE.


Previous Next Contents Index