AVCaptureDevice.LockExposure(CMTime, Single, Action<CMTime>) Method
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.
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
- Attributes