---
title: hasAudioSampleDependencies
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/hasaudiosampledependencies
---

# hasAudioSampleDependencies

A Boolean value that indicates whether the track has sample dependencies.

## Declaration

```swift
static var hasAudioSampleDependencies: AVAsyncProperty<Root, Bool> { get }
```

## Discussion

Discussion Use the load(_:isolation:) method to retrieve the property value. The value is always false for nonaudible media.

## See Also

### Loading audible characteristics

- [preferredVolume](avfoundation/avpartialasyncproperty/preferredvolume-8q2yt.md)
