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

Method slotAduioVolume

Plugins/Player/FrmPlayer.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void CFrmPlayer::slotAduioVolume(int volume)
164{
165 qDebug(log) << "Volume:" << volume;
166 if(!m_pParameter)
167 return;
168 m_pParameter->SetAudioOutputVolume(volume);
169}
170
171void CFrmPlayer::slotPositionChanged(qint64 pos, qint64 duration)
172{

Callers

nothing calls this directly

Calls 1

SetAudioOutputVolumeMethod · 0.80

Tested by

no test coverage detected