FMX.Media.TVideoCaptureSetting.SetFrameRate

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TVideoCaptureSetting


説明

FrameRateMaxFrameRateMinFrameRate の設定メソッド。

AMaxValue が指定されている場合、AValue の値は、FrameRateMinFrameRate の両方に割り当てられますが、AMaxValue の値は MaxFrameRate に割り当てられます。

関連項目