src/3rdparty/phonon/mmf/mediaobject.h
branchRCL_3
changeset 13 c0432d11811c
parent 7 3f74d0d4af4c
equal deleted inserted replaced
12:cc75c76972ee 13:c0432d11811c
   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