Declaration | |
---|---|
From | OSStatus 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) |
To | OSStatus 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 | |
---|---|
From | OSStatus 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) |
To | OSStatus 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 | |
---|---|
From | OSStatus CMSampleBufferCreateForImageBufferWithMakeDataReadyHandler(CFAllocatorRef _Nullable allocator, CVImageBufferRef _Nonnull imageBuffer, Boolean dataReady, CMSampleBufferMakeDataReadyHandler _Nullable makeDataReadyHandler, CMVideoFormatDescriptionRef _Nonnull formatDescription, const CMSampleTimingInfo * _Nonnull sampleTiming, CMSampleBufferRef _Nullable * _Nonnull sampleBufferOut) |
To | OSStatus CMSampleBufferCreateForImageBufferWithMakeDataReadyHandler(CFAllocatorRef _Nullable allocator, CVImageBufferRef _Nonnull imageBuffer, Boolean dataReady, CMVideoFormatDescriptionRef _Nonnull formatDescription, const CMSampleTimingInfo * _Nonnull sampleTiming, CMSampleBufferRef _Nullable * _Nonnull sampleBufferOut, CMSampleBufferMakeDataReadyHandler _Nullable makeDataReadyHandler) |