<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: 17.4.0 -",
    "macOS: 14.4.0 -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVExternalContentProtectionStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVExternalContentProtectionStatus"
  },
  "title" : "AVExternalContentProtectionStatus"
}
-->

# AVExternalContentProtectionStatus

Constants that specify whether sufficient protection exists to display the content.

```
enum AVExternalContentProtectionStatus
```

## Topics

### Status values

[`AVExternalContentProtectionStatus.pending`](/documentation/AVFoundation/AVExternalContentProtectionStatus/pending)

A status that indicates content protections are pending.

[`AVExternalContentProtectionStatus.sufficient`](/documentation/AVFoundation/AVExternalContentProtectionStatus/sufficient)

A status that indicates sufficient protections exists for display.

[`AVExternalContentProtectionStatus.insufficient`](/documentation/AVFoundation/AVExternalContentProtectionStatus/insufficient)

A status that indicates insufficient protections exists for display.



---

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)