API: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

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!