xamarinmac
namespace CoreMedia
{
    [Watch(6, 0)]
    public class CMSampleBuffer : ICMAttachmentBearer, INativeObject, IDisposable
    {
        [Obsolete("Use the 'CreateReadyWithImageBuffer' overload with a single ref, not array, 'CMSampleTimingInfo' parameter.")]
        public static CMSampleBuffer CreateReadyWithImageBuffer(CVImageBuffer imageBuffer, CMFormatDescription formatDescription, CMSampleTimingInfo[] sampleTiming, out CMSampleBufferError error);
    }
}
Xamarin iOS
0.0
Xamarin macOS
0.0
Xamarin tvOS
0.0
Information specific to xamarinmac
Assembly

Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Obsolete Use the 'CreateReadyWithImageBuffer' overload with a single ref, not array, 'CMSampleTimingInfo' parameter.
Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API