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