AVCaptureDevice.AutomaticallyAdjustsVideoHdrEnabled Property
Definition
Determines if HDR can be turned on and off for the video stream, if set, you can enable VideoHdrEnabled
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[get: Foundation.Export("automaticallyAdjustsVideoHDREnabled")]
[get: ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[set: Foundation.Export("setAutomaticallyAdjustsVideoHDREnabled:")]
[set: ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutomaticallyAdjustsVideoHdrEnabled { get; set; }
member this.AutomaticallyAdjustsVideoHdrEnabled : bool with get, set
Property Value
The default value for this property is true
.
- Attributes
Remarks
Setting this property requires the caller to call LockForConfiguration(NSError) first.