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

Method SetParameter

Plugins/Player/FrmPlayer.cpp:135–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135int CFrmPlayer::SetParameter(CParameterPlayer* pParameter)
136{
137 if(!pParameter || m_pParameter == pParameter)
138 return -1;
139
140 m_pParameter = pParameter;
141
142 m_paMuted->setChecked(m_pParameter->GetAudioOutputMuted());
143 m_pbVolume.setValue(m_pParameter->GetAudioOutputVolume());
144 return 0;
145}
146
147void CFrmPlayer::slotAudioMuted(bool bMuted)
148{

Callers 11

CDlgSettingsLibVncMethod · 0.45
SetContextMethod · 0.45
CDlgSetFreeRDPMethod · 0.45
CDlgCaptureMethod · 0.45
CDlgSettingsRawStreamMethod · 0.45
Q_LOGGING_CATEGORYFunction · 0.45
CDlgSettingsSSHMethod · 0.45
Q_LOGGING_CATEGORYFunction · 0.45
InitialMenuMethod · 0.45
Q_LOGGING_CATEGORYFunction · 0.45

Calls 2

GetAudioOutputMutedMethod · 0.80
GetAudioOutputVolumeMethod · 0.80

Tested by

no test coverage detected