AVCaptureDevice.LockExposureAsync(CMTime, Single) 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.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<CoreMedia.CMTime> LockExposureAsync (CoreMedia.CMTime duration, float ISO);
abstract member LockExposureAsync : CoreMedia.CMTime * single -> System.Threading.Tasks.Task<CoreMedia.CMTime>
override this.LockExposureAsync : CoreMedia.CMTime * single -> System.Threading.Tasks.Task<CoreMedia.CMTime>
Parameters
- duration
- CMTime
- ISO
- Single
Returns
A task that represents the asynchronous LockExposure operation. The value of the TResult parameter is of type System.Action<CoreMedia.CMTime>.
- Attributes