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

# GetControlValue

Gets the floating-point stereo pan value of the control.

## Declaration

```occ
float GetControlValue();
```

## Return Value

Return Value The floating-point stereo pan value of the control.

## Discussion

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

## See Also

### Accessing the Value

- [SetControlValue](audiodriverkit/iouseraudiostereopancontrol/setcontrolvalue.md)
- [SetPanningChannels](audiodriverkit/iouseraudiostereopancontrol/setpanningchannels.md)
- [GetPanningChannels](audiodriverkit/iouseraudiostereopancontrol/getpanningchannels.md)
