videoplayback/hbvideoplaybackview/tsrc/testmpxvideoviewwrapper/stub/inc/hbvideobaseplaybackview.h
changeset 39 f6d44a0cd476
parent 35 3738fe97f027
equal deleted inserted replaced
38:ff53afa8ad05 39:f6d44a0cd476
    13 *
    13 *
    14 * Description:  HB Video playback view
    14 * Description:  HB Video playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  3 %
    18 // Version : %version:  5 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 // This file defines the API for .dll
    22 // This file defines the API for .dll
    23 
    23 
    74         
    74         
    75         RWindow *getWindow();
    75         RWindow *getWindow();
    76         
    76         
    77         virtual void doClosePlayer();
    77         virtual void doClosePlayer();
    78 
    78 
       
    79         void handleStoppedState();
       
    80 
    79     signals:
    81     signals:
    80         void tappedOnScreen();
    82         void tappedOnScreen();
    81 
    83 
    82     public slots:
    84     public slots:
    83         void handleClosePopupDialog();
    85         void handleClosePopupDialog();
    84 
    86 
    85     public:
    87     public:
    86         int mCurrentError;   // default = KErrNone 
    88         int mCurrentError;   // default = KErrNone 
    87         bool mViewActive;
    89         bool mViewActive;
       
    90         bool mSyncClose;
    88         
    91         
    89         
    92         
    90     public:
    93     public:
    91         friend class CMPXVideoViewWrapper;
    94         friend class CMPXVideoViewWrapper;
    92                 				
    95