Freigeben über


AVCaptureStillImageOutput.IsStillImageStabilizationSupported Eigenschaft

Definition

Gibt an, ob die aktuelle Sitzungsvoreinstellung und die aktuelle Hardware und das aktuelle Format die Bildstabilisierung unterstützen.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool IsStillImageStabilizationSupported { [Foundation.Export("isStillImageStabilizationSupported")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.IsStillImageStabilizationSupported : bool

Eigenschaftswert

True, wenn die aktuelle Kombination aus Sitzungsvoreinstellung, aktueller Hardware und Format die Bildstabilisierung unterstützt, andernfalls false.

Attribute

Hinweise

Die Hardware, die aktuelle Sitzungsvoreinstellung, die auf dem T:P:AVFoundation.AVCaptureSession.SessionPreset festgelegt ist, und alle ActiveFormat wirken sich darauf aus, ob die Bildstabilisierung unterstützt wird.

Gilt für: