FMX.Media.TCaptureDeviceManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCaptureDeviceManager

Delphi

TCaptureDeviceManager = class abstract

C++

class PASCALIMPLEMENTATION TCaptureDeviceManager : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Media.pas
FMX.Media.hpp
FMX.Media FMX.Media

Description

Manager class for capturing devices.

Use TCaptureDeviceManager to access and manage every capturing device.

Access the currently used capturing device using Current property. TCaptureDeviceManager destroys the used devices when the application is closed. Do not explicitly destroy a capturing device.

TCaptureDeviceManager has specific methods and properties to:

TCaptureDeviceManager allows adding custom capture devices developed by third-party vendors. This new device can be restored using the RegisterCaptureDeviceClass method. After registering the new device, it can be accessed as every standard device in TCaptureDeviceManager.

See Also