---
title: MERAWProcessorValuesDidChangeNotification
framework: MediaExtension
role: symbol
role_heading: Global Variable
platforms: [macOS 15.0+]
path: mediaextension/merawprocessorvaluesdidchangenotification
---

# MERAWProcessorValuesDidChangeNotification

A notification that indicates a change to the object’s set of available processing parameters.

## Declaration

```occ
extern NSNotificationName const MERAWProcessorValuesDidChangeNotification;
```

## Discussion

Discussion This notification is used to notify the client that processor has changed the set of available MERAWProcessingParameter objects. This includes changing the set of available parameters, changing the enabled state for parameters, or changing default values for parameters. This may occur in response to incoming parameter changes, for example a change in a selected MERAWProcessingParameter.ListElement, or due to metadata-driven changes.

## See Also

### Notifications

- [MERAWProcessorReadyForMoreMediaDataDidChangeNotification](mediaextension/merawprocessorreadyformoremediadatadidchangenotification.md)
