AVCapturePhotoBracketSettings.FromPhotoBracketSettings 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.
Creates and returns a capture bracket settings object for the provided array of AVCaptureBracketedStillImageSettings objects.
[Foundation.Export("photoBracketSettingsWithRawPixelFormatType:rawFileType:processedFormat:processedFileType:bracketedSettings:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static AVFoundation.AVCapturePhotoBracketSettings FromPhotoBracketSettings (uint rawPixelFormatType, string rawFileType, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> processedFormat, string processedFileType, AVFoundation.AVCaptureBracketedStillImageSettings[] bracketedSettings);
static member FromPhotoBracketSettings : uint32 * string * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * string * AVFoundation.AVCaptureBracketedStillImageSettings[] -> AVFoundation.AVCapturePhotoBracketSettings
Parameters
- rawPixelFormatType
- UInt32
A supported Bayer RAW pixel format type.
- rawFileType
- String
The file container format, or null
to accept the default for rawPixelFormatType
.
- processedFormat
- NSDictionary<NSString,NSObject>
A dictionary of CoreVideo or AVFoundation formats.
- processedFileType
- String
The file type for the output, or null
to accept the default for processedFormat
- bracketedSettings
- AVCaptureBracketedStillImageSettings[]
An array of camera settings to use for each image.
Returns
- Attributes