videoplayback/inc/mpxvideoplaybackview.h
branchRCL_3
changeset 12 7f2b2a65da29
parent 0 96612d01cf9f
equal deleted inserted replaced
11:8970fbd719ec 12:7f2b2a65da29
    13 *
    13 *
    14 * Description:  MPX Video playback view
    14 * Description:  MPX Video playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 4 %
    18 // Version : %version: 5 %
    19 
    19 
    20 
    20 
    21 // This file defines the API for VideoPlaybackView.dll
    21 // This file defines the API for VideoPlaybackView.dll
    22 
    22 
    23 #ifndef __VIDEOPLAYBACKVIEW_H__
    23 #ifndef __VIDEOPLAYBACKVIEW_H__
    75         /*
    75         /*
    76          *  Handle transition to the stopped state
    76          *  Handle transition to the stopped state
    77          */
    77          */
    78         void HandleStoppedStateL();
    78         void HandleStoppedStateL();
    79 
    79 
       
    80         void HandleInitializingStateL( TMPXPlaybackState aLastState );
       
    81 
    80     private:
    82     private:
    81 
    83 
    82         CMPXVideoPlaybackView();
    84         CMPXVideoPlaybackView();
    83         void ConstructL();
    85         void ConstructL();
    84 };
    86 };