---
title: droppedFrameReplacementPolicy
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturebroadcastvideooutput/droppedframereplacementpolicy-swift.property
---

# droppedFrameReplacementPolicy

The strategy used to replace dropped video frames.

## Declaration

```swift
var droppedFrameReplacementPolicy: AVCaptureBroadcastVideoOutput.DroppedFrameReplacementPolicy { get set }
```

## Discussion

Discussion This property determines how the broadcast video output handles dropped frames. The default value is AVCaptureBroadcastVideoOutputDroppedFrameReplacementPolicyRepeatPreviousFrame.

## See Also

### Related Documentation

- [AVCaptureBroadcastVideoOutput.DroppedFrameReplacementPolicy](avfoundation/avcapturebroadcastvideooutput/droppedframereplacementpolicy-swift.enum.md)

### Managing Video Output

- [videoSettings](avfoundation/avcapturebroadcastvideooutput/videosettings.md)
- [maxBufferedFrameCount](avfoundation/avcapturebroadcastvideooutput/maxbufferedframecount.md)
- [maxSupportedBufferedFrameCount](avfoundation/avcapturebroadcastvideooutput/maxsupportedbufferedframecount.md)
- [resetFrameBuffer()](avfoundation/avcapturebroadcastvideooutput/resetframebuffer().md)
