| 66 | } |
| 67 | |
| 68 | int 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 | |
| 78 | const bool CParameterPlayer::GetEnableAudioInput() const |
| 79 | { |