---
title: playableDuration
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpmovieplayercontroller/playableduration
---

# playableDuration

The amount of currently playable content.

## Declaration

```swift
var playableDuration: TimeInterval { get }
```

## Discussion

Discussion For progressively downloaded network content, this property reflects the amount of content that can be played now.

## See Also

### Accessing the movie duration

- [duration](mediaplayer/mpmovieplayercontroller/duration.md)
