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

Method SetEnableAudioInput

Plugins/Player/ParameterPlayer.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83int CParameterPlayer::SetEnableAudioInput(bool bEnable)
84{
85 if(m_bEnableAudioInput == bEnable)
86 return 0;
87 m_bEnableAudioInput = bEnable;
88 SetModified(true);
89 emit sigEnableAudioInput(m_bEnableAudioInput);
90 return 0;
91}
92
93const bool CParameterPlayer::GetAudioInputMuted() const
94{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected