FMX.Media.TCaptureDeviceManager.Devices
Delphi
property Devices[Index: Integer]: TCaptureDevice read GetDevice; default;
C++
__property TCaptureDevice* Devices[int Index] = {read=GetDevice/*, default*/};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.Media.pas FMX.Media.hpp  | 
        FMX.Media | TCaptureDeviceManager | 
Description
Lists the available capture devices.
Use Devices to access a device in the list.
Index specifies an index in the capture devices list of the TCaptureDeviceManager.