FMX.Media.TCaptureDeviceManager.RemoveDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveDevice(const Device: TCaptureDevice);

C++

void __fastcall RemoveDevice(TCaptureDevice* const Device);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Media.pas
FMX.Media.hpp
FMX.Media TCaptureDeviceManager

Description

Removes a specified media capturing device from the current TCaptureDeviceManager.

Do not use RemoveDevice explicitly in an application. It is called when the TCaptureDeviceManager is destroyed.

See Also