AVCaptureAutoExposureBracketedStillImageSettings.Create(Single) Method

Definition

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

Applies to