FMX.Media.TCaptureDevice.GetDeviceProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDeviceProperty(const Prop: TProperty): string; virtual;

C++

virtual System::UnicodeString __fastcall GetDeviceProperty(const TProperty Prop);

Properties

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

Description

Gets the values of capture device properties.

GetDeviceProperty is used as getter method for the current capture device properties.

The properties of a capture device are: UniqueID, Name, Description.

See Also