AVCaptureDeviceFormat.VideoStabilizationSupported Property

Definition

Developers should not use this deprecated property. Developers should use 'IsVideoStabilizationModeSupported (AVCaptureVideoStabilizationMode)' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'IsVideoStabilizationModeSupported (AVCaptureVideoStabilizationMode)' instead.")]
public virtual bool VideoStabilizationSupported { [Foundation.Export("isVideoStabilizationSupported")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'IsVideoStabilizationModeSupported (AVCaptureVideoStabilizationMode)' instead.")] get; }
member this.VideoStabilizationSupported : bool

Property Value

Attributes

Applies to