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

# AVPlayerItemSampleBufferOutputDelegate

Defines common delegate methods for objects participating in sample buffer output.

```
@protocol AVPlayerItemSampleBufferOutputDelegate <NSObject>
```

## Topics

### Responding to output events

[`-  outputMediaDataAvailable:`](/documentation/AVFoundation/AVPlayerItemSampleBufferOutputDelegate/outputMediaDataAvailable:)

Invoked when the output becomes ready to deliver a sample buffer.

[`-  outputSequenceWasRestarted:`](/documentation/AVFoundation/AVPlayerItemSampleBufferOutputDelegate/outputSequenceWasRestarted:)

Invoked when the output is commencing a new sequence.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)