AVCaptureDevice.LockExposure(CMTime, Single, Action<CMTime>) Method

Definition

Locks the exposure for the provided duration and ISO, and runs a completion handler when it is finished.

[Foundation.Export("setExposureModeCustomWithDuration:ISO:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void LockExposure (CoreMedia.CMTime duration, float ISO, Action<CoreMedia.CMTime> completionHandler);
abstract member LockExposure : CoreMedia.CMTime * single * Action<CoreMedia.CMTime> -> unit
override this.LockExposure : CoreMedia.CMTime * single * Action<CoreMedia.CMTime> -> unit

Parameters

duration
CMTime
ISO
Single
completionHandler
Action<CMTime>

To be added.

This parameter can be null.

Attributes

Applies to