---
title: contentHasInterframeDependencies
framework: MediaExtension
role: symbol
role_heading: Instance Property
platforms: [macOS 14.0+]
path: mediaextension/mevideodecoder/contenthasinterframedependencies
---

# contentHasInterframeDependencies

A Boolean that specifies whether the content has interframe dependencies, if the decoder knows.

## Declaration

```swift
optional var contentHasInterframeDependencies: Bool { get }
```

## Discussion

Discussion The system queries this property on the extension when Video Toolbox queries the kVTDecompressionPropertyKey_ContentHasInterframeDependencies on the hosting VTDecompressionSession.

## See Also

### Inspecting a video decoder

- [recommendedThreadCount](mediaextension/mevideodecoder/recommendedthreadcount.md)
- [actualThreadCount](mediaextension/mevideodecoder/actualthreadcount.md)
- [supportedPixelFormatsOrderedByQuality](mediaextension/mevideodecoder/supportedpixelformatsorderedbyquality.md)
- [reducedResolution](mediaextension/mevideodecoder/reducedresolution.md)
- [pixelFormatsWithReducedResolutionDecodeSupport](mediaextension/mevideodecoder/pixelformatswithreducedresolutiondecodesupport.md)
- [producesRAWOutput](mediaextension/mevideodecoder/producesrawoutput.md)
- [isReadyForMoreMediaData](mediaextension/mevideodecoder/isreadyformoremediadata.md)
