videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/stub/inc/videoplaybackwrapper.h
changeset 49 824471cb468a
parent 44 518105d52e45
child 50 21fe8338c6bf
equal deleted inserted replaced
44:518105d52e45 49:824471cb468a
    13 *
    13 *
    14 * Description:  Stub implementation of VideoPlaybackWrapper
    14 * Description:  Stub implementation of VideoPlaybackWrapper
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#6 %
    18 // Version : %version: da1mmcf#7 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef VIDEOPLAYBACKWRAPPER_H_
    22 #ifndef VIDEOPLAYBACKWRAPPER_H_
    23 #define VIDEOPLAYBACKWRAPPER_H_
    23 #define VIDEOPLAYBACKWRAPPER_H_
    36     public:
    36     public:
    37         VideoPlaybackWrapper();
    37         VideoPlaybackWrapper();
    38         virtual ~VideoPlaybackWrapper();
    38         virtual ~VideoPlaybackWrapper();
    39         int playMedia( QString aFileName );
    39         int playMedia( QString aFileName );
    40         int playMedia( RFile aFile );
    40         int playMedia( RFile aFile );
       
    41         int replayMedia( QString aFileName );
    41 
    42 
    42     public:
    43     public:
    43         void openPlaybackView() ;
    44         void openPlaybackView() ;
    44         static int GetInstanceCount();
    45         static int GetInstanceCount();
    45         void lateInit();
    46         void lateInit();