CoreMedia iOS 12.2 Beta 3 to Beta 4 API Differences

CMSampleBuffer.h
Declaration
FromOSStatus CMSampleBufferCreateWithMakeDataReadyHandler(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nullable dataBuffer, Boolean dataReady, CMSampleBufferMakeDataReadyHandler _Nullable makeDataReadyHandler, CMFormatDescriptionRef _Nullable formatDescription, CMItemCount numSamples, CMItemCount numSampleTimingEntries, const CMSampleTimingInfo * _Nullable sampleTimingArray, CMItemCount numSampleSizeEntries, const size_t * _Nullable sampleSizeArray, CMSampleBufferRef _Nullable * _Nonnull sampleBufferOut)
ToOSStatus CMSampleBufferCreateWithMakeDataReadyHandler(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nullable dataBuffer, Boolean dataReady, CMFormatDescriptionRef _Nullable formatDescription, CMItemCount numSamples, CMItemCount numSampleTimingEntries, const CMSampleTimingInfo * _Nullable sampleTimingArray, CMItemCount numSampleSizeEntries, const size_t * _Nullable sampleSizeArray, CMSampleBufferRef _Nullable * _Nonnull sampleBufferOut, CMSampleBufferMakeDataReadyHandler _Nullable makeDataReadyHandler)

Declaration
FromOSStatus CMAudioSampleBufferCreateWithPacketDescriptionsAndMakeDataReadyHandler(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nullable dataBuffer, Boolean dataReady, CMSampleBufferMakeDataReadyHandler _Nullable makeDataReadyHandler, CMFormatDescriptionRef _Nonnull formatDescription, CMItemCount numSamples, CMTime presentationTimeStamp, const AudioStreamPacketDescription * _Nullable packetDescriptions, CMSampleBufferRef _Nullable * _Nonnull sampleBufferOut)
ToOSStatus CMAudioSampleBufferCreateWithPacketDescriptionsAndMakeDataReadyHandler(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nullable dataBuffer, Boolean dataReady, CMFormatDescriptionRef _Nonnull formatDescription, CMItemCount numSamples, CMTime presentationTimeStamp, const AudioStreamPacketDescription * _Nullable packetDescriptions, CMSampleBufferRef _Nullable * _Nonnull sampleBufferOut, CMSampleBufferMakeDataReadyHandler _Nullable makeDataReadyHandler)

Declaration
FromOSStatus CMSampleBufferCreateForImageBufferWithMakeDataReadyHandler(CFAllocatorRef _Nullable allocator, CVImageBufferRef _Nonnull imageBuffer, Boolean dataReady, CMSampleBufferMakeDataReadyHandler _Nullable makeDataReadyHandler, CMVideoFormatDescriptionRef _Nonnull formatDescription, const CMSampleTimingInfo * _Nonnull sampleTiming, CMSampleBufferRef _Nullable * _Nonnull sampleBufferOut)
ToOSStatus CMSampleBufferCreateForImageBufferWithMakeDataReadyHandler(CFAllocatorRef _Nullable allocator, CVImageBufferRef _Nonnull imageBuffer, Boolean dataReady, CMVideoFormatDescriptionRef _Nonnull formatDescription, const CMSampleTimingInfo * _Nonnull sampleTiming, CMSampleBufferRef _Nullable * _Nonnull sampleBufferOut, CMSampleBufferMakeDataReadyHandler _Nullable makeDataReadyHandler)