Property VLDSCapture.TDSVideoCaptureDevice.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: TDSVideoCaptureDevice
Contents |
Syntax
Delphi:
property AlternativeDevices : TDSVideoCaptureDeviceItems read FAlternativeDevices write SetAlternativeDevicesDevices;
C++ Builder:
__property TDSVideoCaptureDeviceItems * AlternativeDevices = { read=FAlternativeDevices, write=SetAlternativeDevicesDevices };
Summary
Collection of alternative devices to be used if the primary device is not available.
Description
If the device specified by DeviceName is not available, the
first available device from the collection will be used for
video capture.
If none of the devices is available, no video capture will be performed.