---
title: AVCaptureOutput.DataDroppedReason.discontinuity
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avcaptureoutput/datadroppedreason/discontinuity
---

# AVCaptureOutput.DataDroppedReason.discontinuity

The system dropped data because the device providing data experienced a discontinuity, and the output lost an unknown number of data objects.

## Declaration

```swift
case discontinuity
```

## Discussion

Discussion A discontinuity is a situation where the capture system can’t ensure that minimal time passes between the capture of data buffers. This kind of situation can arise when the system as a whole is too busy to handle the data.

## See Also

### Reasons

- [AVCaptureOutput.DataDroppedReason.none](avfoundation/avcaptureoutput/datadroppedreason/none.md)
- [AVCaptureOutput.DataDroppedReason.lateData](avfoundation/avcaptureoutput/datadroppedreason/latedata.md)
- [AVCaptureOutput.DataDroppedReason.outOfBuffers](avfoundation/avcaptureoutput/datadroppedreason/outofbuffers.md)
