---
title: isCenterStageEnabled
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avcapturedevice/iscenterstageenabled
---

# isCenterStageEnabled

A Boolean value that indicates whether a user or an app enabled Center Stage on a device.

## Declaration

```swift
class var isCenterStageEnabled: Bool { get set }
```

## Discussion

Discussion You can only set this value when Center Stage is under app or cooperative control. Attempting to change the enabled state when the control mode is AVCaptureDevice.CenterStageControlMode.user, results in the system throwing an exception. note: When Center Stage is under user or cooperative control, the user may change the feature’s enabled state in Control Center. Key-value observe this property value to monitor these changes.

## See Also

### Configuring Center Stage

- [isCenterStageActive](avfoundation/avcapturedevice/iscenterstageactive.md)
- [centerStageRectOfInterest](avfoundation/avcapturedevice/centerstagerectofinterest.md)
- [centerStageControlMode](avfoundation/avcapturedevice/centerstagecontrolmode-swift.type.property.md)
- [AVCaptureDevice.CenterStageControlMode](avfoundation/avcapturedevice/centerstagecontrolmode-swift.enum.md)
