AVCaptureAutoExposureBracketedStillImageSettings.Create(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.
Factory method that creates a new instance of AVCaptureAutoExposureBracketedStillImageSettings with the specified bias (measured in Exposure Value units).
[Foundation.Export("autoExposureSettingsWithExposureTargetBias:")]
public static AVFoundation.AVCaptureAutoExposureBracketedStillImageSettings Create (float exposureTargetBias);
static member Create : single -> AVFoundation.AVCaptureAutoExposureBracketedStillImageSettings
Parameters
- exposureTargetBias
- Single
Returns
- Attributes