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

# AVPlayerItemOutputPullDelegate

Methods you can implement to respond to pixel buffer changes.

```
protocol AVPlayerItemOutputPullDelegate : NSObjectProtocol, Sendable
```

## Overview

The methods in this protocol are called by [`AVPlayerItemVideoOutput`](/documentation/AVFoundation/AVPlayerItemVideoOutput) objects.

## Topics

### Responding to pixel buffer changes

[`outputMediaDataWillChange(_:)`](/documentation/AVFoundation/AVPlayerItemOutputPullDelegate/outputMediaDataWillChange(_:))

Tells the delegate that new samples are about to arrive.

[`outputSequenceWasFlushed(_:)`](/documentation/AVFoundation/AVPlayerItemOutputPullDelegate/outputSequenceWasFlushed(_:))

Tells the delegate that a new sample sequence is commencing.



---

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)