Compartilhar via


AVCaptureLensStabilizationStatus Enumeração

Definição

Enumera estados para hardware de estabilização de imagem física.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureLensStabilizationStatus
type AVCaptureLensStabilizationStatus = 
Herança
AVCaptureLensStabilizationStatus
Atributos

Campos

Active 2

Indica que o hardware de estabilização está ativo.

Off 1

Indica que o hardware de estabilização está desativado.

OutOfRange 3

Indica que o hardware de estabilização atingiu ou excedeu o intervalo que ele pode estabilizar.

Unavailable 4

Indica que o hardware de estabilização está presente, mas não disponível.

Unsupported 0

Indica que o hardware de estabilização não está presente.

Aplica-se a