childItemsDisplayPlaybackProgress(at:)
Returns a Boolean value indicating whether the provided content supports playback progress.
Declaration
optional func childItemsDisplayPlaybackProgress(at indexPath: IndexPath) -> BoolParameters
- indexPath:
The index of the media item being queried.
Return Value
Returns 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.