| 126 | } |
| 127 | |
| 128 | int 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 | |
| 138 | const bool CParameterPlayer::GetEnableAudioOutput() const |
| 139 | { |