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

지원되는 Bayer RAW 픽셀 형식 형식입니다.

rawFileType
String

파일 컨테이너 형식이거나 null 의 기본값을 적용합니다 rawPixelFormatType.

processedFormat
NSDictionary<NSString,NSObject>

CoreVideo 또는 AVFoundation 형식의 사전입니다.

processedFileType
String

출력에 대한 파일 형식이거나 null 에 대한 기본값을 적용할 입니다. processedFormat

bracketedSettings
AVCaptureBracketedStillImageSettings[]

각 이미지에 사용할 카메라 설정의 배열입니다.

반환

특성

적용 대상