AVCapturePhotoBracketSettings.FromPhotoBracketSettings Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea e restituisce un oggetto impostazioni parentesi di acquisizione per la matrice di AVCaptureBracketedStillImageSettings oggetti fornita.
[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
Parametri
- rawPixelFormatType
- UInt32
Tipo di formato pixel Raw di Bayer supportato.
- rawFileType
- String
Formato del contenitore di file o null
per accettare l'impostazione predefinita per rawPixelFormatType
.
- processedFormat
- NSDictionary<NSString,NSObject>
Dizionario di formati CoreVideo o AVFoundation.
- processedFileType
- String
Tipo di file per l'output o null
per accettare il valore predefinito per processedFormat
- bracketedSettings
- AVCaptureBracketedStillImageSettings[]
Matrice di impostazioni della fotocamera da usare per ogni immagine.
Restituisce
- Attributi