qtmobility/plugins/multimedia/symbian/mmf/mediaplayer/s60mediaplayersession.cpp
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
   296 
   296 
   297     if (state() == QMediaPlayer::PausedState)
   297     if (state() == QMediaPlayer::PausedState)
   298         play();
   298         play();
   299 
   299 
   300     emit positionChanged(position());
   300     emit positionChanged(position());
       
   301 }
       
   302 
       
   303 void S60MediaPlayerSession::setAudioEndpoint(const QString& audioEndpoint)
       
   304 {
       
   305     doSetAudioEndpoint(audioEndpoint);
   301 }
   306 }
   302 
   307 
   303 void S60MediaPlayerSession::loaded()
   308 void S60MediaPlayerSession::loaded()
   304 {
   309 {
   305     stopStalledTimer();
   310     stopStalledTimer();