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

# currentValue

Get or set the current value for this parameter.

## Declaration

```swift
var currentValue: Int { 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/integer/initialvalue.md)
- [maximumValue](mediaextension/merawprocessingparameter/integer/maximumvalue.md)
- [minimumValue](mediaextension/merawprocessingparameter/integer/minimumvalue.md)
