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