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

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.