---
title: contentTimeForTransition
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avcontentproposal/contenttimefortransition
---

# contentTimeForTransition

The time within the timeline of the current player item when the content proposal presentation should begin.

## Declaration

```swift
var contentTimeForTransition: CMTime { get }
```

## Discussion

Discussion The time value commonly marks the beginning of the end credits in a television show or movie. For other content, this may be at the very end of the video. The default value, indefinite, indicates that the transition should occur at the very end of the current player item’s end time; this is equivalent to using the duration of the asset.

## See Also

### Configuring the Content Proposal

- [title](avkit/avcontentproposal/title.md)
- [previewImage](avkit/avcontentproposal/previewimage.md)
- [metadata](avkit/avcontentproposal/metadata.md)
- [automaticAcceptanceInterval](avkit/avcontentproposal/automaticacceptanceinterval.md)
- [url](avkit/avcontentproposal/url.md)
