src/3rdparty/phonon/mmf/audioplayer.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    92     CPlayerType *player() const;
    92     CPlayerType *player() const;
    93 
    93 
    94 private:
    94 private:
    95     void construct();
    95     void construct();
    96 
    96 
       
    97     // AbstractMediaPlayer
       
    98     virtual int numberOfMetaDataEntries() const;
       
    99     virtual QPair<QString, QString> metaDataEntry(int index) const;
       
   100 
    97 private:
   101 private:
    98     /**
   102     /**
    99      * Using CPlayerType typedef in order to be able to easily switch between
   103      * Using CPlayerType typedef in order to be able to easily switch between
   100      * CMdaAudioPlayerUtility and CDrmPlayerUtility
   104      * CMdaAudioPlayerUtility and CDrmPlayerUtility
   101      */
   105      */