AVCapturePhotoSettings.FromRawPixelFormatType Method

Definition

Overloads

FromRawPixelFormatType(UInt32)

Creates a new AVCapturePhotoSettings from the specified rawPixelFormatType.

FromRawPixelFormatType(UInt32, NSDictionary<NSString,NSObject>)

Creates a new AVCapturePhotoSettings from the specified rawPixelFormatType and processedFormat.

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

FromRawPixelFormatType(UInt32)

Creates a new AVCapturePhotoSettings from the specified rawPixelFormatType.

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

Parameters

rawPixelFormatType
UInt32

Returns

Attributes

Applies to

FromRawPixelFormatType(UInt32, NSDictionary<NSString,NSObject>)

Creates a new AVCapturePhotoSettings from the specified rawPixelFormatType and 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

Parameters

rawPixelFormatType
UInt32
processedFormat
NSDictionary<NSString,NSObject>

To be added.

This parameter can be null.

Returns

Attributes

Applies to

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

Parameters

rawPixelFormatType
UInt32
rawFileType
String

To be added.

This parameter can be null.

processedFormat
NSDictionary<NSString,NSObject>

To be added.

This parameter can be null.

processedFileType
String

To be added.

This parameter can be null.

Returns

Attributes

Applies to