FMX.Media.TCaptureDevice.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TCaptureDeviceState read GetDeviceState;

C++

__property TCaptureDeviceState State = {read=GetDeviceState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TCaptureDevice

Description

Read-only property that returns a value that indicates whether the current capture device is capturing or is stopped.

If the current capture device is capturing, then State is set to Capturing, otherwise it is set to Stopped.

See Also