---
title: AVCaptureDevice.CenterStageControlMode.user
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avcapturedevice/centerstagecontrolmode-swift.enum/user
---

# AVCaptureDevice.CenterStageControlMode.user

The user controls Center Stage.

## Declaration

```swift
case user
```

## Discussion

Discussion In this mode, the user has exclusive control of Center Stage through Control Center. The system throws an exception in this mode if an app attempts to programmatically change the enabled state of Center Stage.

## See Also

### Control modes

- [AVCaptureDevice.CenterStageControlMode.app](avfoundation/avcapturedevice/centerstagecontrolmode-swift.enum/app.md)
- [AVCaptureDevice.CenterStageControlMode.cooperative](avfoundation/avcapturedevice/centerstagecontrolmode-swift.enum/cooperative.md)
