API:FMX.Media.TVideoCaptureSetting.SetFrameRate
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.