---
title: kMultiChannelMixerParam_PostPeakHoldLevel
framework: audiotoolbox
role: symbol
role_heading: Global Variable
path: audiotoolbox/kmultichannelmixerparam_postpeakholdlevel
---

# kMultiChannelMixerParam_PostPeakHoldLevel

The peak hold level of the channel, after the mixer, in decibels.

## Declaration

```swift
var kMultiChannelMixerParam_PostPeakHoldLevel: AudioUnitParameterID { get }
```

## Discussion

Discussion Input and output scope. This is a read-only property. Use the value of this constant to read the left channel and its value+1 to read the right channel.

## See Also

### Constants

- [kMultiChannelMixerParam_Enable](audiotoolbox/kmultichannelmixerparam_enable.md)
- [kMultiChannelMixerParam_Pan](audiotoolbox/kmultichannelmixerparam_pan.md)
- [kMultiChannelMixerParam_PostAveragePower](audiotoolbox/kmultichannelmixerparam_postaveragepower.md)
- [kMultiChannelMixerParam_PreAveragePower](audiotoolbox/kmultichannelmixerparam_preaveragepower.md)
- [kMultiChannelMixerParam_PrePeakHoldLevel](audiotoolbox/kmultichannelmixerparam_prepeakholdlevel.md)
- [kMultiChannelMixerParam_Volume](audiotoolbox/kmultichannelmixerparam_volume.md)
