<!--
{
  "availability" : [
    "iOS: 7.1.0 - 14.0.0",
    "iPadOS: 7.1.0 - 14.0.0",
    "macCatalyst: 13.1.0 - 14.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPPlayableContentDataSource/childItemsDisplayPlaybackProgress(at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:objc(pl)MPPlayableContentDataSource(im)childItemsDisplayPlaybackProgressAtIndexPath:"
  },
  "title" : "childItemsDisplayPlaybackProgress(at:)"
}
-->

# childItemsDisplayPlaybackProgress(at:)

Returns a Boolean value indicating whether the provided content supports playback progress.

```
optional func childItemsDisplayPlaybackProgress(at indexPath: IndexPath) -> Bool
```

## Parameters

`indexPath`

The index of the media item being queried.

## Return Value

Returns <doc://com.apple.documentation/documentation/Swift/true> if the indicated media item supports displaying playback progress.

## Discussion

If this method isn’t implemented, playback progress is not supported for any media item. If any media item does support displaying the playback progress, you must implement this method.

---

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)