<!--
{
  "availability" : [
    "tvOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVContentProposal/contentTimeForTransition",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVContentProposal(py)contentTimeForTransition"
  },
  "title" : "contentTimeForTransition"
}
-->

# contentTimeForTransition

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

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

## 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, <doc://com.apple.documentation/documentation/CoreMedia/CMTime/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.

---

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)