---
title: currentValue
framework: MediaExtension
role: symbol
role_heading: Instance Property
platforms: [macOS 15.0+]
path: mediaextension/merawprocessingparameter/boolean/currentvalue
---

# currentValue

Get or set the current value for this parameter.

## Declaration

```swift
var currentValue: Bool { get set }
```

## Discussion

Discussion This property can be observed if appropriate in order to monitor changes to the set of MERAWProcessingParameters vended by the extension.

## See Also

### Properties

- [initialValue](mediaextension/merawprocessingparameter/boolean/initialvalue.md)
