---
title: audioSampleIsIndependentlyDecodable
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avsamplecursoraudiodependencyinfo/audiosampleisindependentlydecodable
---

# audioSampleIsIndependentlyDecodable

A Boolean value indicating whether the sample is independently decodable.

## Declaration

```swift
var audioSampleIsIndependentlyDecodable: ObjCBool
```

## Discussion

Discussion The value of this property is true for Immediate Playout Frames (IPFs) and Independent Frames (IFs).

## See Also

### Querying independent decodability

- [audioSamplePacketRefreshCount](avfoundation/avsamplecursoraudiodependencyinfo/audiosamplepacketrefreshcount.md)
