---
title: interstitialEventDidFinishPlayoutTimeKey
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avplayerinterstitialeventmonitor/interstitialeventdidfinishplayouttimekey
---

# interstitialEventDidFinishPlayoutTimeKey

The dictionary key for the playout time of the event that finished playing in the payload of the AVPlayerInterstitialEventMonitorInterstitialEventDidFinishNotification.

## Declaration

```swift
class let interstitialEventDidFinishPlayoutTimeKey: String
```

## Discussion

Discussion The value corresponding to this key is of type CMTime as a NSDictionary.

## See Also

### Monitoring the event schedule

- [events](avfoundation/avplayerinterstitialeventmonitor/events.md)
- [eventsDidChangeNotification](avfoundation/avplayerinterstitialeventmonitor/eventsdidchangenotification.md)
- [interstitialEventWasUnscheduledNotification](avfoundation/avplayerinterstitialeventmonitor/interstitialeventwasunschedulednotification.md)
- [interstitialEventWasUnscheduledEventKey](avfoundation/avplayerinterstitialeventmonitor/interstitialeventwasunscheduledeventkey.md)
- [interstitialEventWasUnscheduledErrorKey](avfoundation/avplayerinterstitialeventmonitor/interstitialeventwasunschedulederrorkey.md)
- [interstitialEventDidFinishNotification](avfoundation/avplayerinterstitialeventmonitor/interstitialeventdidfinishnotification.md)
- [interstitialEventDidFinishEventKey](avfoundation/avplayerinterstitialeventmonitor/interstitialeventdidfinisheventkey.md)
- [interstitialEventDidFinishDidPlayEntireEventKey](avfoundation/avplayerinterstitialeventmonitor/interstitialeventdidfinishdidplayentireeventkey.md)
