---
title: AVExternalContentProtectionStatus
framework: avfoundation
role: symbol
role_heading: Enumeration
path: avfoundation/avexternalcontentprotectionstatus
---

# AVExternalContentProtectionStatus

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

## Declaration

```swift
enum AVExternalContentProtectionStatus
```

## Topics

### Status values

- [AVExternalContentProtectionStatus.pending](avfoundation/avexternalcontentprotectionstatus/pending.md)
- [AVExternalContentProtectionStatus.sufficient](avfoundation/avexternalcontentprotectionstatus/sufficient.md)
- [AVExternalContentProtectionStatus.insufficient](avfoundation/avexternalcontentprotectionstatus/insufficient.md)

### Initializers

- [init(rawValue:)](avfoundation/avexternalcontentprotectionstatus/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

### FairPlay streaming

- [AVContentKeySession](avfoundation/avcontentkeysession.md)
- [AVContentKeySessionDelegate](avfoundation/avcontentkeysessiondelegate.md)
- [AVContentKey](avfoundation/avcontentkey.md)
- [AVContentKeySpecifier](avfoundation/avcontentkeyspecifier.md)
- [AVContentKeyRequest](avfoundation/avcontentkeyrequest.md)
- [AVPersistableContentKeyRequest](avfoundation/avpersistablecontentkeyrequest.md)
- [AVContentKeyResponse](avfoundation/avcontentkeyresponse.md)
- [AVSampleBufferAttachContentKey(_:_:_:)](avfoundation/avsamplebufferattachcontentkey(_:_:_:).md)
