Contents

CMBufferQueueGetMaxPresentationTimeStamp(_:)

Gets the greatest presentation timestamp of a buffer queue.

Declaration

func CMBufferQueueGetMaxPresentationTimeStamp(_ queue: CMBufferQueue) -> CMTime

Parameters

  • queue:

    CMBufferQueue being interrogated.

Return Value

The greatest presentation timestamp of the interrogated CMBufferQueue.

Discussion

If the getPresentationTimeStamp callback is NULL, kCMTimeInvalid will be returned.

See Also

Inspecting Duration and Timing