---
title: RAW processor entitlement
framework: MediaExtension
role: article
role_heading: Article
path: mediaextension/raw-processor-entitlement
---

# RAW processor entitlement

Include an entitlement to indicate your extension is a MediaExtension RAW processor.

## Overview

Overview MediaExtension RAW processors must include a special entitlement key with a Boolean value set to true. This entitlement is the same as for MediaExtension video decoders because RAW processors always work in conjunction with a corresponding video decoder. To add the entitlement key in Xcode, follow these steps: Select the build target for your RAW processor extension. Go to the Signing & Capabilities tab. Click + to add a new capability. Choose Media Extension Video Decoder from the list. The entitlement key is com.apple.developer.mediaextension.videodecoder and it must have a Boolean value set to true. Using this entitlement requires a developer provisioning profile.

## See Also

### RAW processors

- [MERAWProcessor](mediaextension/merawprocessor.md)
- [MERAWProcessorExtension](mediaextension/merawprocessorextension.md)
- [MERAWProcessorPixelBufferManager](mediaextension/merawprocessorpixelbuffermanager.md)
- [MERAWProcessingParameter](mediaextension/merawprocessingparameter.md)
- [MERAWProcessorNotification](mediaextension/merawprocessornotification.md)
- [RAW processor property list dictionary](mediaextension/raw-processor-property-list-dictionary.md)
