# AudioMixer::GetChannelVolume 获取指定音频通道的音量。 ```cpp float GetChannelVolume(AudioChannel channel) const; ``` **参数:** - `channel` - 音频通道枚举值 **返回:** `float` - 通道音量值 ## 相关文档 - [AudioMixer 总览](audio-mixer.md)