videoplayback/inc/mpxvideopdlplaybackview.h
branchRCL_3
changeset 9 5294c000a26d
parent 0 96612d01cf9f
child 12 7f2b2a65da29
equal deleted inserted replaced
8:ce5ada96ab30 9:5294c000a26d
    13 *
    13 *
    14 * Description:  MPX Video PDL playback view
    14 * Description:  MPX Video PDL playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 5 %
    18 
       
    19 // Version : %version: 6 %
    19 
    20 
    20 
    21 
    21 // This file defines the API for VideoPlaybackView.dll
    22 // This file defines the API for VideoPlaybackView.dll
    22 
    23 
    23 #ifndef __VIDEOPDLPLAYBACKVIEW_H__
    24 #ifndef __VIDEOPDLPLAYBACKVIEW_H__
    80 
    81 
    81         void SendPdlCustomCommandL( TMPXPlaybackPdCommand aCustomCmd );
    82         void SendPdlCustomCommandL( TMPXPlaybackPdCommand aCustomCmd );
    82 
    83 
    83         TBool BringUpBrowserL();
    84         TBool BringUpBrowserL();
    84 
    85 
       
    86         void ClosePlaybackViewWithErrorL();
       
    87 
    85     private: // data
    88     private: // data
    86 
    89 
    87         TMPXPlaybackPdDownloadState         iPdlState;
    90         TMPXPlaybackPdDownloadState         iPdlState;
    88         TInt                                iDownloadSize;
    91         TInt                                iDownloadSize;
    89 };
    92 };