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

Method SetAudioOutput

Plugins/Player/ParameterPlayer.cpp:128–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128int CParameterPlayer::SetAudioOutput(int nIndex)
129{
130 if(m_nAudioOutput == nIndex)
131 return 0;
132 m_nAudioOutput = nIndex;
133 SetModified(true);
134 emit sigAudioOutput(m_nAudioOutput);
135 return 0;
136}
137
138const bool CParameterPlayer::GetEnableAudioOutput() const
139{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected