FMX.Media.TVideoCaptureSetting.SetFrameRate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TVideoCaptureSetting


Beschreibung

Setter-Methode von FrameRate, MaxFrameRate und MinFrameRate.

Wenn AMaxValue angegeben ist, wird der Wert von AValue sowohl FrameRate als auch MinFrameRate zugewiesen, der Wert von AMaxValue wird jedoch MaxFrameRate zugewiesen.

Siehe auch