src/3rdparty/phonon/mmf/abstractplayer.h
changeset 22 79de32ba3296
parent 19 fcece45ef507
child 33 3e2da88830cd
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
   131     Phonon::State phononState() const;
   131     Phonon::State phononState() const;
   132 
   132 
   133     /**
   133     /**
   134      * Converts PrivateState into the corresponding Phonon::State
   134      * Converts PrivateState into the corresponding Phonon::State
   135      */
   135      */
   136     static Phonon::State phononState(PrivateState state);
   136     virtual Phonon::State phononState(PrivateState state) const;
   137 
   137 
   138     virtual void videoOutputChanged();
   138     virtual void videoOutputChanged();
   139 
   139 
   140     PrivateState privateState() const;
   140     PrivateState privateState() const;
   141 
   141