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

Method SetEnableAudioOutput

Plugins/Player/ParameterPlayer.cpp:143–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143int CParameterPlayer::SetEnableAudioOutput(bool bEnable)
144{
145 if(m_bEnableAudioOutput == bEnable)
146 return 0;
147 m_bEnableAudioOutput = bEnable;
148 SetModified(true);
149 emit sigEnableAudioOutput(bEnable);
150 return 0;
151}
152
153const bool CParameterPlayer::GetAudioOutputMuted() const
154{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected