AVCaptureDevice.SetExposureTargetBiasAsync(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.
Sets the exposure target bias (measured in Exposure Value units).
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<CoreMedia.CMTime> SetExposureTargetBiasAsync (float bias);
abstract member SetExposureTargetBiasAsync : single -> System.Threading.Tasks.Task<CoreMedia.CMTime>
override this.SetExposureTargetBiasAsync : single -> System.Threading.Tasks.Task<CoreMedia.CMTime>
Parameters
- bias
- Single
Bias to apply to the exposure target. You can pass if you do not want to specify a value, and instead want to use the current value.
Returns
A task that represents the asynchronous SetExposureTargetBias operation. The value of the TResult parameter is of type System.Action<CoreMedia.CMTime>.
- Attributes