---
title: "expectedItemTime(atHostTime:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avplaybackcoordinator/expecteditemtime(athosttime:)"
---

# expectedItemTime(atHostTime:)

Returns a time in the current item’s timeline that the coordinator expects to play at the specified host time.

## Declaration

```swift
func expectedItemTime(atHostTime hostClockTime: CMTime) -> CMTime
```

## Parameters

- `hostClockTime`: The host time to return a player item time for.

## Return Value

Return Value A time in the current item’s timeline.

## See Also

### Suspending state coordination

- [beginSuspension(for:)](avfoundation/avplaybackcoordinator/beginsuspension(for:).md)
- [AVCoordinatedPlaybackSuspension](avfoundation/avcoordinatedplaybacksuspension.md)
