FMX.Media.TCaptureDeviceManager.GetDevicesByName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDevicesByName(const Name: string): TCaptureDevice;

C++

TCaptureDevice* __fastcall GetDevicesByName(const System::UnicodeString Name);

Properties

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

Description

Gets the capture device with the specified Name.

The Name parameter specifies the Name of the device to be returned.

See Also