---
title: GetRange
framework: audiodriverkit
role: symbol
role_heading: Instance Method
path: audiodriverkit/iouseraudioslidercontrol/getrange
---

# GetRange

Gets the range of possible values for the slider.

## Declaration

```occ
IOUserAudioSliderRange GetRange();
```

## Return Value

Return Value The range of possible values for 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)
- [GetControlValue](audiodriverkit/iouseraudioslidercontrol/getcontrolvalue.md)
- [SetRange](audiodriverkit/iouseraudioslidercontrol/setrange.md)
- [IOUserAudioSliderRange](audiodriverkit/iouseraudiosliderrange.md)
