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

Method SetAudioOutputMuted

Plugins/Player/ParameterPlayer.cpp:158–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158int CParameterPlayer::SetAudioOutputMuted(bool bMuted)
159{
160 if(m_bAudioOutputMuted == bMuted)
161 return 0;
162 m_bAudioOutputMuted = bMuted;
163 SetModified(true);
164 emit sigAudioOutputMuted(m_bAudioOutputMuted);
165 return 0;
166}
167
168const float CParameterPlayer::GetAudioOutputVolume() const
169{

Callers 2

slotAudioMutedMethod · 0.80
acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected