videoplayerapp/videoplayerengine/tsrc/testvideoservices/stub/inc/videoplayerengine.h
changeset 36 8aed59de29f9
parent 30 4f111d64a341
child 44 518105d52e45
child 52 e3cecb93e76a
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    13 *
    13 *
    14 * Description:  Implementation of QVideoPlayerEngine
    14 * Description:  Implementation of QVideoPlayerEngine
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 1 %
    18 // Version : %version: da1mmcf#2 %
    19 
    19 
    20 #ifndef VIDEOPLAYERENGINE_H
    20 #ifndef VIDEOPLAYERENGINE_H
    21 #define VIDEOPLAYERENGINE_H
    21 #define VIDEOPLAYERENGINE_H
    22 
    22 
    23 #include <qobject.h>
    23 #include <qobject.h>
       
    24 #include <f32file.h>
    24 
    25 
    25 //FORWARD CLASS DECLARATION
    26 //FORWARD CLASS DECLARATION
    26 
    27 
    27 /**
    28 /**
    28  *  QVideoPlayerEngine
    29  *  QVideoPlayerEngine
    44         virtual ~QVideoPlayerEngine();
    45         virtual ~QVideoPlayerEngine();
    45 
    46 
    46     public:
    47     public:
    47         void initialize();
    48         void initialize();
    48         void playMedia( QString filePath );
    49         void playMedia( QString filePath );
       
    50         void playMedia( RFile file );
    49         void setEmbedded();
    51         void setEmbedded();
    50 
    52 
    51     public slots:
    53     public slots:
    52         void handleCommand( int commandCode );
    54         void handleCommand( int commandCode );
    53 
    55