---
title: decodeTimeStamp
framework: MediaExtension
role: symbol
role_heading: Instance Property
platforms: [macOS 14.0+]
path: mediaextension/mesamplecursor/decodetimestamp
---

# decodeTimeStamp

The decode timestamp (DTS) of the sample at the current position of the cursor.

## Declaration

```swift
var decodeTimeStamp: CMTime { get }
```

## See Also

### Inspecting a sample cursor

- [presentationTimeStamp](mediaextension/mesamplecursor/presentationtimestamp.md)
- [currentSampleDuration](mediaextension/mesamplecursor/currentsampleduration.md)
- [currentSampleFormatDescription](mediaextension/mesamplecursor/currentsampleformatdescription.md)
- [syncInfo](mediaextension/mesamplecursor/syncinfo.md)
- [dependencyInfo](mediaextension/mesamplecursor/dependencyinfo.md)
- [hevcDependencyInfo](mediaextension/mesamplecursor/hevcdependencyinfo.md)
- [decodeTimeOfLastSampleReachableByForwardSteppingThatIsAlreadyLoadedByByteSource](mediaextension/mesamplecursor/decodetimeoflastsamplereachablebyforwardsteppingthatisalreadyloadedbybytesource.md)
