---
title: sampleDependsOnOthers
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avsamplecursordependencyinfo/sampledependsonothers
---

# sampleDependsOnOthers

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

## Declaration

```swift
var sampleDependsOnOthers: ObjCBool
```

## Discussion

Discussion This value indicates whether the sample depends on other media samples when sampleIndicatesWhetherItDependsOnOthers is true.

## See Also

### Dependency information

- [sampleIndicatesWhetherItHasDependentSamples](avfoundation/avsamplecursordependencyinfo/sampleindicateswhetherithasdependentsamples.md)
- [sampleHasDependentSamples](avfoundation/avsamplecursordependencyinfo/samplehasdependentsamples.md)
- [sampleIndicatesWhetherItDependsOnOthers](avfoundation/avsamplecursordependencyinfo/sampleindicateswhetheritdependsonothers.md)
- [sampleIndicatesWhetherItHasRedundantCoding](avfoundation/avsamplecursordependencyinfo/sampleindicateswhetherithasredundantcoding.md)
- [sampleHasRedundantCoding](avfoundation/avsamplecursordependencyinfo/samplehasredundantcoding.md)
