次の方法で共有


AVCapturePhotoBracketSettings.FromPhotoBracketSettings メソッド

定義

指定されたオブジェクト配列 AVCaptureBracketedStillImageSettings のキャプチャ 角かっこ設定オブジェクトを作成して返します。

[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

パラメーター

rawPixelFormatType
UInt32

サポートされているバイエル RAW ピクセル形式の種類。

rawFileType
String

ファイル コンテナーの形式。または null の既定値をそのまま使用します rawPixelFormatType

processedFormat
NSDictionary<NSString,NSObject>

CoreVideo 形式または AVFoundation 形式のディクショナリ。

processedFileType
String

出力のファイルの種類。または null の既定値をそのまま使用します。 processedFormat

bracketedSettings
AVCaptureBracketedStillImageSettings[]

各画像に使用するカメラ設定の配列。

戻り値

属性

適用対象