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

Method SetAudioInputMuted

Plugins/Player/ParameterPlayer.cpp:98–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98int CParameterPlayer::SetAudioInputMuted(bool bMuted)
99{
100 if(m_bAudioInputMuted == bMuted)
101 return 0;
102 m_bAudioInputMuted = bMuted;
103 SetModified(true);
104 emit sigAudioInputMuted(m_bAudioInputMuted);
105 return 0;
106}
107
108const float CParameterPlayer::GetAudioInputVolume() const
109{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected