---
title: AVCaptureViewDelegate
framework: avkit
role: symbol
role_heading: Protocol
path: avkit/avcaptureviewdelegate
---

# AVCaptureViewDelegate

The protocol that defines the methods you can implement to respond to capture view events.

## Declaration

```swift
protocol AVCaptureViewDelegate : NSObjectProtocol
```

## Topics

### Starting a New Recording

- [captureView(_:startRecordingTo:)](avkit/avcaptureviewdelegate/captureview(_:startrecordingto:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Configuring the Delegate

- [delegate](avkit/avcaptureview/delegate.md)
