---
title: AVCaptureDevice.SystemUserInterface
framework: avfoundation
role: symbol
role_heading: Enumeration
path: avfoundation/avcapturedevice/systemuserinterface
---

# AVCaptureDevice.SystemUserInterface

Constants that describe the capture device configuration user interfaces.

## Declaration

```swift
enum SystemUserInterface
```

## Topics

### User interfaces

- [AVCaptureDevice.SystemUserInterface.videoEffects](avfoundation/avcapturedevice/systemuserinterface/videoeffects.md)
- [AVCaptureDevice.SystemUserInterface.microphoneModes](avfoundation/avcapturedevice/systemuserinterface/microphonemodes.md)

### Initializers

- [init(rawValue:)](avfoundation/avcapturedevice/systemuserinterface/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Presenting the configuration user interface

- [showSystemUserInterface(_:)](avfoundation/avcapturedevice/showsystemuserinterface(_:).md)
