---
title: CMBufferQueueGetCallbacksForUnsortedSampleBuffers()
framework: coremedia
role: symbol
role_heading: Function
path: coremedia/cmbufferqueuegetcallbacksforunsortedsamplebuffers()
---

# CMBufferQueueGetCallbacksForUnsortedSampleBuffers()

Returns a pointer to a callback structure for unsorted sample buffers.

## Declaration

```swift
func CMBufferQueueGetCallbacksForUnsortedSampleBuffers() -> UnsafePointer<CMBufferCallbacks>
```

## See Also

### Inspecting Duration and Timing

- [CMBufferQueueGetDuration(_:)](coremedia/cmbufferqueuegetduration(_:).md)
- [CMBufferQueueGetMinDecodeTimeStamp(_:)](coremedia/cmbufferqueuegetmindecodetimestamp(_:).md)
- [CMBufferQueueGetFirstDecodeTimeStamp(_:)](coremedia/cmbufferqueuegetfirstdecodetimestamp(_:).md)
- [CMBufferQueueGetMinPresentationTimeStamp(_:)](coremedia/cmbufferqueuegetminpresentationtimestamp(_:).md)
- [CMBufferQueueGetFirstPresentationTimeStamp(_:)](coremedia/cmbufferqueuegetfirstpresentationtimestamp(_:).md)
- [CMBufferQueueGetEndPresentationTimeStamp(_:)](coremedia/cmbufferqueuegetendpresentationtimestamp(_:).md)
- [CMBufferQueueGetMaxPresentationTimeStamp(_:)](coremedia/cmbufferqueuegetmaxpresentationtimestamp(_:).md)
- [CMBufferQueueGetCallbacksForSampleBuffersSortedByOutputPTS()](coremedia/cmbufferqueuegetcallbacksforsamplebufferssortedbyoutputpts().md)
