AVCaptureDevice.ExposureMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The current exposure mode of the AVCaptureDevice.
public virtual AVFoundation.AVCaptureExposureMode ExposureMode { [Foundation.Export("exposureMode", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setExposureMode:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.ExposureMode : AVFoundation.AVCaptureExposureMode with get, set
Property Value
- Attributes
Remarks
Setting this property has the following effects:
- If set to AutoExpose or AutoExposeLocked: ExposureTargetBias affects both the ExposureTargetOffset, ExposureDuration and T:AVFoundation.AVCaptureDevice.ISO.:
- If set to Custom: ExposureTargetBias it only affects ExposureTargetOffset.: