Share via


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。

属性

注解

硬件、 上设置的当前会话预设,以及ActiveFormat是否支持图像稳定。

适用于