src/3rdparty/phonon/mmf/mediaobject.h
changeset 22 79de32ba3296
parent 19 fcece45ef507
child 37 758a864f9613
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
   105     void stateChanged(Phonon::State newState,
   105     void stateChanged(Phonon::State newState,
   106                       Phonon::State oldState);
   106                       Phonon::State oldState);
   107     void finished();
   107     void finished();
   108     void tick(qint64 time);
   108     void tick(qint64 time);
   109 
   109 
       
   110 private Q_SLOTS:
       
   111     void handlePrefinishMarkReached(qint32);
       
   112 
   110 private:
   113 private:
   111     void switchToSource(const MediaSource &source);
   114     void switchToSource(const MediaSource &source);
   112     void createPlayer(const MediaSource &source);
   115     void createPlayer(const MediaSource &source);
   113     bool openRecognizer();
   116     bool openRecognizer();
   114 
   117