Home | History | Annotate | Download | only in html

Lines Matching refs:m_volume

137     , m_volume(1.0f)
1555 return m_volume;
1567 if (m_volume != vol) {
1568 m_volume = vol;
1942 if (vol != m_volume) {
1943 m_volume = vol;
2189 m_player->setVolume(m_volume * volumeMultiplier);