Share via


AVCaptureDevice.AutomaticallyAdjustsVideoHdrEnabled Proprietà

Definizione

Determina se HDR può essere attivato e disattivato per il flusso video, se impostato, è possibile abilitare 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

Valore della proprietà

Il valore predefinito di questa proprietà è true.

Attributi

Commenti

Per impostare questa proprietà è necessario che il chiamante chiami LockForConfiguration(NSError) per primo.

Si applica a