videoplayback/inc/mpxvideopdlplaybackview.h
branchRCL_3
changeset 16 67eb01668b0e
parent 12 7f2b2a65da29
child 20 2d690156cf8f
equal deleted inserted replaced
15:8f0df5c82986 16:67eb01668b0e
    14 * Description:  MPX Video PDL playback view
    14 * Description:  MPX Video PDL playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // Version : %version: 7 %
    19 // Version : %version: 8 %
    20 
    20 
    21 
    21 
    22 // This file defines the API for VideoPlaybackView.dll
    22 // This file defines the API for VideoPlaybackView.dll
    23 
    23 
    24 #ifndef __VIDEOPDLPLAYBACKVIEW_H__
    24 #ifndef __VIDEOPDLPLAYBACKVIEW_H__
    73 
    73 
    74         void HandleBufferingStateL();
    74         void HandleBufferingStateL();
    75 
    75 
    76         void HandleInitializingStateL( TMPXPlaybackState aLastState );
    76         void HandleInitializingStateL( TMPXPlaybackState aLastState );
    77 
    77 
       
    78         void SendWindowCommandL( TMPXVideoPlaybackCommand aCmd );
       
    79 
       
    80         void HandlePdlReloadComplete();
       
    81 
    78     private:
    82     private:
    79 
    83 
    80         CMPXVideoPdlPlaybackView();
    84         CMPXVideoPdlPlaybackView();
    81 
    85 
    82         void ConstructL();
    86         void ConstructL();
    89 
    93 
    90     private: // data
    94     private: // data
    91 
    95 
    92         TMPXPlaybackPdDownloadState         iPdlState;
    96         TMPXPlaybackPdDownloadState         iPdlState;
    93         TInt                                iDownloadSize;
    97         TInt                                iDownloadSize;
       
    98         TBool                               iUserInputsBlocked;
    94 };
    99 };
    95 
   100 
    96 #endif  // __VIDEOPDLPLAYBACKVIEW_H__
   101 #endif  // __VIDEOPDLPLAYBACKVIEW_H__
    97 
   102 
    98 // EOF
   103 // EOF