void NESTSimulator::pause() { _requestPublisher->publish( PlaybackState( State_PAUSE )); }
QDeclarativeAudio::PlaybackState QDeclarativeAudio::playbackState() const { return PlaybackState(m_playbackState); }
void NESTSimulator::play() { _requestPublisher->publish( PlaybackState( State_PLAY )); }