AVCaptureDevice.ExposureMode Property
Definition
The current exposure mode of the AVCaptureDevice.
[get: Foundation.Export("exposureMode", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)]
[set: Foundation.Export("setExposureMode:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)]
public virtual AVFoundation.AVCaptureExposureMode ExposureMode { get; 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.