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

# AVCaptureBroadcastVideoOutput.DroppedFrameReplacementPolicy

Constants indicating the replacement policy when a video frame is dropped.

## Declaration

```swift
enum DroppedFrameReplacementPolicy
```

## Overview

Overview These constants specify how the broadcast video output should handle dropped frames by providing replacement content.

## Topics

### Enumeration Cases

- [AVCaptureBroadcastVideoOutput.DroppedFrameReplacementPolicy.blackFrame](avfoundation/avcapturebroadcastvideooutput/droppedframereplacementpolicy-swift.enum/blackframe.md)
- [AVCaptureBroadcastVideoOutput.DroppedFrameReplacementPolicy.repeatPreviousFrame](avfoundation/avcapturebroadcastvideooutput/droppedframereplacementpolicy-swift.enum/repeatpreviousframe.md)

### Initializers

- [init(rawValue:)](avfoundation/avcapturebroadcastvideooutput/droppedframereplacementpolicy-swift.enum/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
