Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vs-mobiletools-engineering-service2/66dda2df78a78f33b6753bd8a4556742 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/66dda2df78a78f33b6753bd8a4556742 to your computer and use it in GitHub Desktop.
dotnet-iOS API Generator diffs
title description author ms.author ms.date ms.topic ms.assetid ms.prod
Xamarin.iOS.Dotnet SDK API diff: unknown vs unknown
List of API changes between Xamarin.iOS.Dotnet versions unknown and unknown.
spouliot
sepoulio
2/23/2022
article
7dc62eb4-e461-f78c-1101-746c0b4e276a
xamarin

Xamarin.iOS.Dotnet SDK API diff: unknown vs unknown

Assembly Version Changed: 15.2.302.45 vs 15.2.302.42

### Namespace VideoToolbox

Type Changed: VideoToolbox.VTDecompressionSession

Removed method:

[Obsolete ("This overload requires that the provided compressionOutputCallback manually CFRetain the passed CMSampleBuffer, use Create(VTDecompressionOutputCallback,CMVideoFormatDescription,VTVideoDecoderSpecification,CVPixelBufferAttributes) variant instead which does not have that requirement.")]
public static VTDecompressionSession Create (VTDecompressionSession.VTDecompressionOutputCallback outputCallback, CoreMedia.CMVideoFormatDescription formatDescription, VTVideoDecoderSpecification decoderSpecification, Foundation.NSDictionary destinationImageBufferAttributes);

Modified methods:

-public VTDecompressionSession Create (VTDecompressionSession.VTDecompressionOutputCallback outputCallback, CoreMedia.CMVideoFormatDescription formatDescription, VTVideoDecoderSpecification decoderSpecification = NULL, CoreVideo.CVPixelBufferAttributes destinationImageBufferAttributes = NULL)
+public VTDecompressionSession Create (VTDecompressionSession.VTDecompressionOutputCallback outputCallback, CoreMedia.CMVideoFormatDescription formatDescription, VTVideoDecoderSpecification decoderSpecification, CoreVideo.CVPixelBufferAttributes destinationImageBufferAttributes+++ = NULL+++)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment