Esempio n. 1
0
void NESTSimulator::pause()
{
    _requestPublisher->publish( PlaybackState( State_PAUSE ));
}
QDeclarativeAudio::PlaybackState QDeclarativeAudio::playbackState() const
{
    return PlaybackState(m_playbackState);
}
Esempio n. 3
0
void NESTSimulator::play()
{
    _requestPublisher->publish( PlaybackState( State_PLAY ));
}