Edit

Share via


AVCapturePhotoOutput.GetDngPhotoDataRepresentation Method

Definition

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
previewPhotoSampleBuffer
CMSampleBuffer

To be added.

This parameter can be null.

Returns

Attributes

Applies to