FMX.Media.TVideoCaptureSetting.SetFrameRate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFrameRate(const AValue, AMaxValue: Double); overload;
procedure SetFrameRate(const AValue: Double); overload;

C++

void __fastcall SetFrameRate(const double AValue, const double AMaxValue)/* overload */;
void __fastcall SetFrameRate(const double AValue)/* overload */;

Properties

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

Description

Setter of FrameRate, MaxFrameRate and MinFrameRate.

If AMaxValue is specified, the value of AValue is assigned to both FrameRate and MinFrameRate but the value of AMaxValue is assigned to MaxFrameRate.

See Also