---
title: kAudioQueueParam_Volume
framework: audiotoolbox
role: symbol
role_heading: Global Variable
path: audiotoolbox/kaudioqueueparam_volume
---

# kAudioQueueParam_Volume

The playback volume for the audio queue, ranging from 0.0 through 1.0 on a linear scale. A value of 0.0 indicates silence; a value of 1.0 (the default) indicates full volume for the audio queue instance.

## Declaration

```swift
var kAudioQueueParam_Volume: AudioQueueParameterID { get }
```

## Discussion

Discussion Use this property to control an audio queue’s volume relative to other audio output. To provide UI in iOS for adjusting system audio playback volume, use the MPVolumeView class, which provides media playback controls that iOS users expect and whose appearance you can customize.

## See Also

### Constants

- [kAudioQueueParam_PlayRate](audiotoolbox/kaudioqueueparam_playrate.md)
- [kAudioQueueParam_Pitch](audiotoolbox/kaudioqueueparam_pitch.md)
- [kAudioQueueParam_VolumeRampTime](audiotoolbox/kaudioqueueparam_volumeramptime.md)
- [kAudioQueueParam_Pan](audiotoolbox/kaudioqueueparam_pan.md)
