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

# hasStepwiseTemporalSubLayerAccess

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

## Declaration

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

## Discussion

Discussion This value maps to the kCMSampleAttachmentKey_HEVCStepwiseTemporalSubLayerAccess sample buffer attachment.

## See Also

### Inspecting the HEVC dependency attributes of a sample

- [hasTemporalSubLayerAccess](mediaextension/mehevcdependencyinfo/hastemporalsublayeraccess.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)
