---
title: AVCaptureBroadcastVideoOutput.DroppedFrameReplacementPolicy.repeatPreviousFrame
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avcapturebroadcastvideooutput/droppedframereplacementpolicy-swift.enum/repeatpreviousframe
---

# AVCaptureBroadcastVideoOutput.DroppedFrameReplacementPolicy.repeatPreviousFrame

Repeat the previous frame as replacement. When a frame is dropped, the most recent successfully output frame is repeated at the expected presentation time. This is the default behavior and provides smoother visual continuity.

## Declaration

```swift
case repeatPreviousFrame
```
