---
title: isBackgroundReplacementActive
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/isbackgroundreplacementactive
---

# isBackgroundReplacementActive

A Boolean value that indicates whether Background Replacement is currently active on a capture device.

## Declaration

```swift
var isBackgroundReplacementActive: Bool { get }
```

## Discussion

Discussion This property is key-value observable.

## See Also

### Configuring background replacement

- [isBackgroundReplacementEnabled](avfoundation/avcapturedevice/isbackgroundreplacementenabled.md)
