void AudioOutputPrivate::reset() { if ( m_output ) { m_output->stop(); m_output->setCurrentSource( Phonon::MediaSource() ); m_output->clearQueue(); } m_voiceNavigation.reset(); }
void AudioOutputPrivate::audioOutputFinished() { m_output->setCurrentSource( Phonon::MediaSource() ); m_output->clearQueue(); }