<!--
{
  "availability" : [
    "iOS: 11.1.0 -",
    "iPadOS: 11.1.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureDevice/SystemPressureState-swift.class/Level-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@T@AVCaptureSystemPressureLevel"
  },
  "title" : "AVCaptureDevice.SystemPressureState.Level"
}
-->

# AVCaptureDevice.SystemPressureState.Level

A structure that defines system pressure state levels.

```
struct Level
```

## Topics

### System pressure levels

[`nominal`](/documentation/AVFoundation/AVCaptureDevice/SystemPressureState-swift.class/Level-swift.struct/nominal)

A level that indicates the system pressure is normal and not under pressure.

[`fair`](/documentation/AVFoundation/AVCaptureDevice/SystemPressureState-swift.class/Level-swift.struct/fair)

A level that indicates that system pressure is slightly elevated.

[`serious`](/documentation/AVFoundation/AVCaptureDevice/SystemPressureState-swift.class/Level-swift.struct/serious)

A level that indicates that system pressure is highly elevated.

[`critical`](/documentation/AVFoundation/AVCaptureDevice/SystemPressureState-swift.class/Level-swift.struct/critical)

System pressure is critically elevated.

[`shutdown`](/documentation/AVFoundation/AVCaptureDevice/SystemPressureState-swift.class/Level-swift.struct/shutdown)

System pressure is beyond critical, so the capture system has shut down.

### Initializers

[`init(rawValue:)`](/documentation/AVFoundation/AVCaptureDevice/SystemPressureState-swift.class/Level-swift.struct/init(rawValue:))

Creates a system pressure level from its raw string value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)