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

Method SetAudioInput

Plugins/Player/ParameterPlayer.cpp:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68int CParameterPlayer::SetAudioInput(int nIndex)
69{
70 if(m_nAudioInput == nIndex)
71 return 0;
72 m_nAudioInput = nIndex;
73 SetModified(true);
74 emit sigAudioInput(m_nAudioInput);
75 return 0;
76}
77
78const bool CParameterPlayer::GetEnableAudioInput() const
79{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected