CMBufferQueueGetCallbacksForSampleBuffersSortedByOutputPTS()
Returns a pointer to a structure that contains callbacks to sort sample buffers by output presentation timestamp.
Declaration
func CMBufferQueueGetCallbacksForSampleBuffersSortedByOutputPTS() -> UnsafePointer<CMBufferCallbacks>See Also
Inspecting Duration and Timing
CMBufferQueueGetDuration(_:)CMBufferQueueGetMinDecodeTimeStamp(_:)CMBufferQueueGetFirstDecodeTimeStamp(_:)CMBufferQueueGetMinPresentationTimeStamp(_:)CMBufferQueueGetFirstPresentationTimeStamp(_:)CMBufferQueueGetEndPresentationTimeStamp(_:)CMBufferQueueGetMaxPresentationTimeStamp(_:)CMBufferQueueGetCallbacksForUnsortedSampleBuffers()