---
title: AVCaptureEventPhase.ended
framework: avkit
role: symbol
role_heading: Case
path: avkit/avcaptureeventphase/ended
---

# AVCaptureEventPhase.ended

A phase that indicates the end of a capture event.

## Declaration

```swift
case ended
```

## Discussion

Discussion This phase corresponds to a user pressing up on a hardware button.

## See Also

### Event phases

- [AVCaptureEventPhase.began](avkit/avcaptureeventphase/began.md)
- [AVCaptureEventPhase.cancelled](avkit/avcaptureeventphase/cancelled.md)
