AVCaptureStillImageOutput.IsStillImageStabilizationSupported Propiedad

Definición

Indica si el valor preestablecido de sesión actual y el hardware y el formato actuales admiten la estabilización de imagen.

[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

Valor de propiedad

True si la combinación actual de valores preestablecidos de sesión, el hardware actual y el formato admiten la estabilización de la imagen; de lo contrario, false.

Atributos

Comentarios

El hardware, el valor preestablecido de sesión actual como se establece en T:P:AVFoundation.AVCaptureSession.SessionPreset y ActiveFormat todos tienen un efecto sobre si se admite la estabilización de imágenes.

Se aplica a