AVCaptureAutoFocusRangeRestriction Enumeración

Definición

Enumeración cuyos valores especifican sugerencias para autofoco. Se usa con AutoFocusRangeRestriction.

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

Campos

Far 2

El autofoco debe intentar centrarse en objetos distantes.

Near 1

El enfoque automático debe intentar centrarse en objetos más cercanos.

None 0

El autofoco debe intentar centrarse en los objetos a cualquier distancia.

Se aplica a