FMX.Media.TVideoCaptureDevice.CreateCaptureSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateCaptureSettings(const AWidth, AHeight: Integer;const AFrameRate, AMinFrameRate, AMaxFrameRate: Double): TVideoCaptureSetting;

C++

TVideoCaptureSetting __fastcall CreateCaptureSettings(const int AWidth, const int AHeight, const double AFrameRate, const double AMinFrameRate, const double AMaxFrameRate);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Media.pas
FMX.Media.hpp
FMX.Media TVideoCaptureDevice

Description

Returns a new video capture configuration with the specified parameters.

Note: This function exists with the sole purpose of allowing subclasses of TVideoCaptureDevice to access private fields of the frame configuration.

See Also