FMX.Media.TVideoCaptureSetting.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function Create: TVideoCaptureSetting; overload; static; inline;
class function Create(const AWidth, AHeight: Integer; const AFrameRate: Single): TVideoCaptureSetting; overload; static; inline;

C++

static TVideoCaptureSetting __fastcall Create()/* overload */;
static TVideoCaptureSetting __fastcall Create(const int AWidth, const int AHeight, const float AFrameRate)/* overload */;

Eigenschaften

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


Beschreibung

Erstellt eine Instanz von TVideoCaptureSetting.

Rufen Sie Create ohne Parameter auf, um einen neuen Record mit den Standardwerten zu erstellen. Sie können auch die folgenden Parameter angeben:

Siehe auch