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

Method SetAudioInputVolume

Plugins/Player/ParameterPlayer.cpp:113–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113int CParameterPlayer::SetAudioInputVolume(float fVolume)
114{
115 if(m_fAudioInputVolume == fVolume)
116 return 0;
117 m_fAudioInputVolume = fVolume;
118 SetModified(true);
119 emit sigAudioInputVolume(m_fAudioInputVolume);
120 return 0;
121}
122
123const int CParameterPlayer::GetAudioOutput() const
124{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected