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

# AVCaptureDevice.CenterStageControlMode.app

The app controls Center Stage.

## Declaration

```swift
case app
```

## Discussion

Discussion In this mode, the app has exclusive control of Center Stage, and the system disallows user control through Control Center.

## See Also

### Control modes

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