Compartilhar via


AVCaptureAutoFocusRangeRestriction Enumeração

Definição

Uma enumeração cujos valores especificam dicas para o foco automático. Usado com AutoFocusRangeRestriction.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureAutoFocusRangeRestriction
type AVCaptureAutoFocusRangeRestriction = 
Herança
AVCaptureAutoFocusRangeRestriction
Atributos

Campos

Far 2

O foco automático deve tentar se concentrar em objetos distantes.

Near 1

O foco automático deve tentar se concentrar em objetos mais próximos.

None 0

O foco automático deve tentar se concentrar em objetos a qualquer distância.

Aplica-se a