AVCaptureDevice.AutomaticallyAdjustsVideoHdrEnabled Propiedad

Definición

Determina si HDR se puede activar y desactivar para la secuencia de vídeo, si se establece, puedes habilitar. VideoHdrEnabled

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutomaticallyAdjustsVideoHdrEnabled { [Foundation.Export("automaticallyAdjustsVideoHDREnabled")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAutomaticallyAdjustsVideoHDREnabled:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AutomaticallyAdjustsVideoHdrEnabled : bool with get, set

Valor de propiedad

El valor predeterminado de esta propiedad es true.

Atributos

Comentarios

Establecer esta propiedad requiere que el autor de la llamada llame LockForConfiguration(NSError) primero.

Se aplica a