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

# AVPlayerItemLegibleOutputPushDelegate

Methods you can implement to provide alternative attributed-string output.

```
protocol AVPlayerItemLegibleOutputPushDelegate : AVPlayerItemOutputPushDelegate
```

## Overview

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

## Topics

### Providing alternative attributed-string output

[`legibleOutput(_:didOutputAttributedStrings:nativeSampleBuffers:forItemTime:)`](/documentation/AVFoundation/AVPlayerItemLegibleOutputPushDelegate/legibleOutput(_:didOutputAttributedStrings:nativeSampleBuffers:forItemTime:))

Asks the delegate to process the delivery of new textual samples.



---

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)