<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerItemRenderedLegibleOutput",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerItemRenderedLegibleOutput"
  },
  "title" : "AVPlayerItemRenderedLegibleOutput"
}
-->

# AVPlayerItemRenderedLegibleOutput

A player item output that vends media with a legible characteristic as rendered pixel buffers.

```
class AVPlayerItemRenderedLegibleOutput
```

## Topics

### Creating an output

[`init(videoDisplay:)`](/documentation/AVFoundation/AVPlayerItemRenderedLegibleOutput/init(videoDisplay:))

Creates a rendered legible output object.

### Configuring an output

[`advanceIntervalForDelegateInvocation`](/documentation/AVFoundation/AVPlayerItemRenderedLegibleOutput/advanceIntervalForDelegateInvocation)

Permits advance invocation of the associated delegate, if any.

[`videoDisplaySize`](/documentation/AVFoundation/AVPlayerItemRenderedLegibleOutput/videoDisplaySize)

Set the video display size to use for rendering of pixel buffers.

### Setting a delegate

[`delegate`](/documentation/AVFoundation/AVPlayerItemRenderedLegibleOutput/delegate)

A delegate object for this output.

[`setDelegate(_:queue:)`](/documentation/AVFoundation/AVPlayerItemRenderedLegibleOutput/setDelegate(_:queue:))

Sets the delegate object and the queue on which it’s invoked.

[`delegateQueue`](/documentation/AVFoundation/AVPlayerItemRenderedLegibleOutput/delegateQueue)

The dispatch queue on which the output calls the delegate object.

[`AVPlayerItemRenderedLegibleOutputPushDelegate`](/documentation/AVFoundation/AVPlayerItemRenderedLegibleOutputPushDelegate)

A delegate that handles the rendered pixel buffers produced by a rendered legible output object.



---

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)