videoplayback/videoplaybackview/tsrc/testvideoplaybackview/stub/inc/mpxvideoviewwrapper.h
changeset 63 4707a0db12f6
parent 50 21fe8338c6bf
equal deleted inserted replaced
58:d2b028fd1f7d 63:4707a0db12f6
    13 *
    13 *
    14 * Description:  MPX Video base playback view
    14 * Description:  MPX Video base playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  9 %
    18 // Version : %version:  10 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 // This file defines the API for .dll
    22 // This file defines the API for .dll
    23 
    23 
    70 
    70 
    71         void IssueVideoAppForegroundCmdL( TBool aViewForeground, TBool aAppForeground );
    71         void IssueVideoAppForegroundCmdL( TBool aViewForeground, TBool aAppForeground );
    72 
    72 
    73         TInt GetMediaId();
    73         TInt GetMediaId();
    74 
    74 
       
    75         void ActivateL();
       
    76 
       
    77         void Deactivate();
       
    78 
    75     public: // data
    79     public: // data
    76 
    80 
    77         VideoBasePlaybackView*           iView;
    81         VideoBasePlaybackView*           iView;
    78         TBool                            iMediaRequested;
    82         TBool                            iMediaRequested;
    79         VideoPlaybackViewFileDetails*    iFileDetails;
    83         VideoPlaybackViewFileDetails*    iFileDetails;
    80         TBool                            iClosePlayerAO;
    84         TBool                            iClosePlayerAO;
    81         TBool                            iAppForeground;
    85         TBool                            iAppForeground;
    82         TBool                            iViewForeground;
    86         TBool                            iViewForeground;
       
    87         TBool                            iActivated;
    83         TInt                             iCommand;
    88         TInt                             iCommand;
    84         TInt                             iPlayPosition;
    89         TInt                             iPlayPosition;
    85 };
    90 };
    86 
    91 
    87 #endif  // __MPXVIDEOVIEWWRAPPER_H__
    92 #endif  // __MPXVIDEOVIEWWRAPPER_H__