AVCapturePhotoOutput.GetDngPhotoDataRepresentation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns DNG data for the captured RAW photo in rawSampleBuffer
.
[Foundation.Export("DNGPhotoDataRepresentationForRawSampleBuffer:previewPhotoSampleBuffer:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'AVCapturePhoto.FileDataRepresentation' instead.")]
public static Foundation.NSData GetDngPhotoDataRepresentation (CoreMedia.CMSampleBuffer rawSampleBuffer, CoreMedia.CMSampleBuffer previewPhotoSampleBuffer);
static member GetDngPhotoDataRepresentation : CoreMedia.CMSampleBuffer * CoreMedia.CMSampleBuffer -> Foundation.NSData
Parameters
- rawSampleBuffer
- CMSampleBuffer
Returns
- Attributes