Share via


AVCapturePhotoSettings.FromRawPixelFormatType Metodo

Definizione

Overload

FromRawPixelFormatType(UInt32)

Crea un nuovo oggetto AVCapturePhotoSettings dall'oggetto rawPixelFormatType specificato.

FromRawPixelFormatType(UInt32, NSDictionary<NSString,NSObject>)

Crea un nuovo AVCapturePhotoSettings oggetto dall'oggetto specificato rawPixelFormatType e processedFormat.

FromRawPixelFormatType(UInt32, String, NSDictionary<NSString,NSObject>, String)

FromRawPixelFormatType(UInt32)

Crea un nuovo oggetto AVCapturePhotoSettings dall'oggetto rawPixelFormatType specificato.

[Foundation.Export("photoSettingsWithRawPixelFormatType:")]
public static AVFoundation.AVCapturePhotoSettings FromRawPixelFormatType (uint rawPixelFormatType);
static member FromRawPixelFormatType : uint32 -> AVFoundation.AVCapturePhotoSettings

Parametri

rawPixelFormatType
UInt32

Restituisce

Attributi

Si applica a

FromRawPixelFormatType(UInt32, NSDictionary<NSString,NSObject>)

Crea un nuovo AVCapturePhotoSettings oggetto dall'oggetto specificato rawPixelFormatType e processedFormat.

[Foundation.Export("photoSettingsWithRawPixelFormatType:processedFormat:")]
public static AVFoundation.AVCapturePhotoSettings FromRawPixelFormatType (uint rawPixelFormatType, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> processedFormat);
static member FromRawPixelFormatType : uint32 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> AVFoundation.AVCapturePhotoSettings

Parametri

rawPixelFormatType
UInt32
processedFormat
NSDictionary<NSString,NSObject>

Da aggiungere.

Questo parametro può essere null.

Restituisce

Attributi

Si applica a

FromRawPixelFormatType(UInt32, String, NSDictionary<NSString,NSObject>, String)

[Foundation.Export("photoSettingsWithRawPixelFormatType:rawFileType:processedFormat:processedFileType:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static AVFoundation.AVCapturePhotoSettings FromRawPixelFormatType (uint rawPixelFormatType, string rawFileType, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> processedFormat, string processedFileType);
static member FromRawPixelFormatType : uint32 * string * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * string -> AVFoundation.AVCapturePhotoSettings

Parametri

rawPixelFormatType
UInt32
rawFileType
String

Da aggiungere.

Questo parametro può essere null.

processedFormat
NSDictionary<NSString,NSObject>

Da aggiungere.

Questo parametro può essere null.

processedFileType
String

Da aggiungere.

Questo parametro può essere null.

Restituisce

Attributi

Si applica a