videoplayerapp/videoplayerengine/inc/mpxvideoplaybackwrapper.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    13 *
    13 *
    14 * Description:  Implementation of QMpxVideoPlaybackWrapper
    14 * Description:  Implementation of QMpxVideoPlaybackWrapper
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 3 %
    18 // Version : %version: 4 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOPLAYBACKWRAPPER_H_
    22 #ifndef MPXVIDEOPLAYBACKWRAPPER_H_
    23 #define MPXVIDEOPLAYBACKWRAPPER_H_
    23 #define MPXVIDEOPLAYBACKWRAPPER_H_
    38         QMpxVideoPlaybackWrapper();
    38         QMpxVideoPlaybackWrapper();
    39         virtual ~QMpxVideoPlaybackWrapper();
    39         virtual ~QMpxVideoPlaybackWrapper();
    40 
    40 
    41         int playMedia( QString aFileName );
    41         int playMedia( QString aFileName );
    42         void openPlaybackView() ;
    42         void openPlaybackView() ;
       
    43         void lateInit();
    43 
    44 
    44     private:
    45     private:
    45         void initializePlugins();
    46         void initializePlugins();
    46  
    47  
    47     signals:
    48     signals: