---
title: hasTemporalSubLayerAccess
framework: MediaExtension
role: symbol
role_heading: Instance Property
platforms: [macOS 14.0+]
path: mediaextension/mehevcdependencyinfo/hastemporalsublayeraccess
---

# hasTemporalSubLayerAccess

A Boolean value that indicates if the sample has an HEVC temporal sublayer access (TSA) picture.

## Declaration

```swift
var hasTemporalSubLayerAccess: Bool { get set }
```

## Discussion

Discussion This value maps to the kCMSampleAttachmentKey_HEVCTemporalSubLayerAccess sample buffer attachment.

## See Also

### Inspecting the HEVC dependency attributes of a sample

- [hasStepwiseTemporalSubLayerAccess](mediaextension/mehevcdependencyinfo/hasstepwisetemporalsublayeraccess.md)
- [syncSampleNALUnitType](mediaextension/mehevcdependencyinfo/syncsamplenalunittype.md)
- [temporalLevel](mediaextension/mehevcdependencyinfo/temporallevel.md)
- [profileSpace](mediaextension/mehevcdependencyinfo/profilespace.md)
- [tierFlag](mediaextension/mehevcdependencyinfo/tierflag.md)
- [profileIndex](mediaextension/mehevcdependencyinfo/profileindex.md)
- [profileCompatibilityFlags](mediaextension/mehevcdependencyinfo/profilecompatibilityflags.md)
- [constraintIndicatorFlags](mediaextension/mehevcdependencyinfo/constraintindicatorflags.md)
- [levelIndex](mediaextension/mehevcdependencyinfo/levelindex.md)
