<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 15.4.0 -",
    "macOS: 12.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMediaIO",
  "identifier" : "/documentation/CoreMediaIO/CMIOExtensionProperty/deviceIsSuspended",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core Media I/O",
      "CoreMediaIO"
    ],
    "preciseIdentifier" : "c:@CMIOExtensionPropertyDeviceIsSuspended"
  },
  "title" : "deviceIsSuspended"
}
-->

# deviceIsSuspended

A property key for a Boolean value that indicates whether the device is in a suspended state.

```
static let deviceIsSuspended: CMIOExtensionProperty
```

## Discussion

An example of when a device may be in a suspended state is when a user closes their laptop. While suspended, the device continues to respond to requests as if it were active, but the stream doesn’t provide any data.

The property state for this property is a number that represents a Boolean 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)