<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerItemMetadataOutputPushDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(pl)AVPlayerItemMetadataOutputPushDelegate"
  },
  "title" : "AVPlayerItemMetadataOutputPushDelegate"
}
-->

# AVPlayerItemMetadataOutputPushDelegate

Methods you can implement to provide additional metadata.

```
protocol AVPlayerItemMetadataOutputPushDelegate : AVPlayerItemOutputPushDelegate
```

## Overview

This protocol extends the [`AVPlayerItemOutputPushDelegate`](/documentation/AVFoundation/AVPlayerItemOutputPushDelegate) protocol.

## Topics

### Combining timed metadata groups

[`metadataOutput(_:didOutputTimedMetadataGroups:from:)`](/documentation/AVFoundation/AVPlayerItemMetadataOutputPushDelegate/metadataOutput(_:didOutputTimedMetadataGroups:from:))

Tells the delegate a new collection of metadata items is available.



---

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)