AVCapturePhotoOutput.GetJpegPhotoDataRepresentation 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 a JPEG representation of the data in previewPhotoSampleBuffer
.
[Foundation.Export("JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'AVCapturePhoto.FileDataRepresentation' instead.")]
public static Foundation.NSData GetJpegPhotoDataRepresentation (CoreMedia.CMSampleBuffer JPEGSampleBuffer, CoreMedia.CMSampleBuffer previewPhotoSampleBuffer);
static member GetJpegPhotoDataRepresentation : CoreMedia.CMSampleBuffer * CoreMedia.CMSampleBuffer -> Foundation.NSData
Parameters
- JPEGSampleBuffer
- CMSampleBuffer
Returns
- Attributes