MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetAudioOutputVolume

Method SetAudioOutputVolume

Plugins/Player/ParameterPlayer.cpp:173–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173int CParameterPlayer::SetAudioOutputVolume(float fVolume)
174{
175 if(m_fAudioOutputVolume == fVolume)
176 return 0;
177 m_fAudioOutputVolume = fVolume;
178 SetModified(true);
179 emit sigAudioOutputVolume(m_fAudioOutputVolume);
180 return 0;
181}
182
183int CParameterPlayer::OnLoad(QSettings &set)
184{

Callers 2

slotAduioVolumeMethod · 0.80
acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected