Property ALDSOutputDevice.TDSAudioOutputDevice.AlternativeDevices
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TDSAudioOutputDevice
Contents |
Syntax
Delphi:
property AlternativeDevices : TDSAudioOutputDeviceItems read FAlternativeDevices write SetAlternativeDevices;
C++ Builder:
__property TDSAudioOutputDeviceItems * AlternativeDevices = { read=FAlternativeDevices, write=SetAlternativeDevices };
Summary
Collection of alternative devices.
Description
Collection of alternative devices to be used if the primary
device is not available.
If the device specified by DeviceName is not available, the first available device from the collection will be used for audio output.
If none of the devices is available, no audio output will be performed.