---
title: delegate
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayeritemvideooutput/delegate
---

# delegate

The delegate for the video output object.

## Declaration

```swift
weak var delegate: (any AVPlayerItemOutputPullDelegate)? { get }
```

## See Also

### Configuring the delegate

- [setDelegate(_:queue:)](avfoundation/avplayeritemvideooutput/setdelegate(_:queue:).md)
- [AVPlayerItemOutputPullDelegate](avfoundation/avplayeritemoutputpulldelegate.md)
- [delegateQueue](avfoundation/avplayeritemvideooutput/delegatequeue.md)
