FMX.Media.TVideoCaptureSetting.MaxFrameRate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxFrameRate: Double read FMaxFrameRate;

C++

__property double MaxFrameRate = {read=FMaxFrameRate};

Properties

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

Description

Maximum allowed frame rate of the configuration.

See Also