AVCaptureSession.AutomaticallyConfiguresCaptureDeviceForWideColor Property

Definition

Gets or sets a Boolean value that controls whether or not the session should automatically use wide color if it is available.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutomaticallyConfiguresCaptureDeviceForWideColor { [Foundation.Export("automaticallyConfiguresCaptureDeviceForWideColor")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAutomaticallyConfiguresCaptureDeviceForWideColor:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AutomaticallyConfiguresCaptureDeviceForWideColor : bool with get, set

Property Value

Attributes

Applies to