<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVSampleCursorDependencyInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@SA@AVSampleCursorDependencyInfo"
  },
  "title" : "AVSampleCursorDependencyInfo"
}
-->

# AVSampleCursorDependencyInfo

A value for describing dependencies between a media sample and other media samples in the same sample sequence.

```
struct AVSampleCursorDependencyInfo
```

## Topics

### Dependency information

[`sampleIndicatesWhetherItHasDependentSamples`](/documentation/AVFoundation/AVSampleCursorDependencyInfo/sampleIndicatesWhetherItHasDependentSamples)

A Boolean value that determines whether the sample indicates if other samples depend on it.

[`sampleHasDependentSamples`](/documentation/AVFoundation/AVSampleCursorDependencyInfo/sampleHasDependentSamples)

A Boolean value that determines whether the sample has dependent samples.

[`sampleIndicatesWhetherItDependsOnOthers`](/documentation/AVFoundation/AVSampleCursorDependencyInfo/sampleIndicatesWhetherItDependsOnOthers)

A Boolean value that determines whether the sample indicates that it depends on other samples.

[`sampleDependsOnOthers`](/documentation/AVFoundation/AVSampleCursorDependencyInfo/sampleDependsOnOthers)

A Boolean value that determines whether the sample depends on other samples.

[`sampleIndicatesWhetherItHasRedundantCoding`](/documentation/AVFoundation/AVSampleCursorDependencyInfo/sampleIndicatesWhetherItHasRedundantCoding)

A Boolean value that determines whether the sample indicates that it has redundant coding.

[`sampleHasRedundantCoding`](/documentation/AVFoundation/AVSampleCursorDependencyInfo/sampleHasRedundantCoding)

A Boolean value that determines whether the sample has redundant coding.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)