共用方式為


AVCaptureStillImageOutput.IsStillImageStabilizationSupported 屬性

定義

指出目前的會話預設和目前的硬體和格式是否支援影像防震。

[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

屬性值

如果會話預設的目前組合,目前的硬體和格式支援影像防震,則為 True,否則為 false。

屬性

備註

硬體,目前會話預設為在 T:P:AVFoundation.AVCaptureSession.SessionPreset上設定,而且 ActiveFormat 所有都對影像防震是否受到支援的影響。

適用於