---
title: isSceneCaptured
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/environmentvalues/isscenecaptured
---

# isSceneCaptured

The current capture state.

## Declaration

```swift
var isSceneCaptured: Bool { get set }
```

## Discussion

Discussion Use this value to determine whether the scene is actively being cloned to another destination (like during AirPlay) or is being mirrored or recorded. Your app can respond to changes in this value to take appropriate action, like obscuring content.

## See Also

### Redacting private content

- [Designing your app for the Always On state](watchos-apps/designing-your-app-for-the-always-on-state.md)
- [Protecting sensitive content when screen sharing and remote control are active](swiftui/protecting-sensitive-content-when-screen-sharing.md)
- [privacySensitive(_:)](swiftui/view/privacysensitive(_:).md)
- [redacted(reason:)](swiftui/view/redacted(reason:).md)
- [unredacted()](swiftui/view/unredacted().md)
- [redactionReasons](swiftui/environmentvalues/redactionreasons.md)
- [RedactionReasons](swiftui/redactionreasons.md)
