---
title: GetControlValue
framework: audiodriverkit
role: symbol
role_heading: Instance Method
path: audiodriverkit/iouseraudioslidercontrol/getcontrolvalue
---

# GetControlValue

Gets the value of the slider control.

## Declaration

```occ
uint32_t GetControlValue();
```

## Return Value

Return Value The value of the slider.

## Discussion

Discussion This method synchronizes by using the work queue created by the object.

## See Also

### Accessing the Value

- [SetControlValue](audiodriverkit/iouseraudioslidercontrol/setcontrolvalue.md)
- [SetRange](audiodriverkit/iouseraudioslidercontrol/setrange.md)
- [GetRange](audiodriverkit/iouseraudioslidercontrol/getrange.md)
- [IOUserAudioSliderRange](audiodriverkit/iouseraudiosliderrange.md)
