AVCaptureStillImageOutput.IsStillImageStabilizationSupported 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出目前的會話預設和目前的硬體和格式是否支援影像防震。
[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 所有都對影像防震是否受到支援的影響。