484 B
484 B
AudioMixer::GetChannelVolume
命名空间: XCEngine::Audio
类型: method
头文件: XCEngine/Audio/AudioMixer.h
签名
float GetChannelVolume(AudioChannel channel) const;
作用
更新 m_channelVolumes。
当前实现
- 会更新
m_channelVolumes。 - 当前实现会调用
find、end。 - 包含条件分支,并可能提前返回。