Freigeben über


AVCaptureDevice.VideoZoomFactor Eigenschaft

Definition

Der aktuelle Zoom der Videoaufnahme.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat VideoZoomFactor { [Foundation.Export("videoZoomFactor")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setVideoZoomFactor:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.VideoZoomFactor : nfloat with get, set

Eigenschaftswert

Der Wert 1,0 ist Vollbild (vollständig verkleinert).

Attribute

Hinweise

Dieser Wert ist ein Kehrwert des Zoomfaktors. Beispielsweise gibt der Wert 2,0 einen Zoom an, der die Hälfte des Ansichtsfelds enthält.

Gilt für: