videoplayback/videoplaybackviews/src/mpxvideopdlplaybackview.cpp
branchRCL_3
changeset 12 7f2b2a65da29
parent 9 5294c000a26d
child 16 67eb01668b0e
equal deleted inserted replaced
11:8970fbd719ec 12:7f2b2a65da29
    14 * Description:  Implementation of Video playback view
    14 * Description:  Implementation of Video playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // Version : %version: 23 %
    19 // Version : %version: 24 %
    20 
    20 
    21 
    21 
    22 //  Include Files
    22 //  Include Files
    23 #include <aknViewAppUi.h>
    23 #include <aknViewAppUi.h>
    24 #include <mpxplaybackutility.h>
    24 #include <mpxplaybackutility.h>
   434     iPlaybackState = EPbStateStopped;
   434     iPlaybackState = EPbStateStopped;
   435 
   435 
   436     ClosePlaybackViewL();
   436     ClosePlaybackViewL();
   437 }
   437 }
   438 
   438 
       
   439 // -------------------------------------------------------------------------------------------------
       
   440 //   CMPXVideoPdlPlaybackView::HandleInitializingStateL()
       
   441 // -------------------------------------------------------------------------------------------------
       
   442 //
       
   443 void CMPXVideoPdlPlaybackView::HandleInitializingStateL( TMPXPlaybackState aLastState )
       
   444 {
       
   445     MPX_ENTER_EXIT(_L("CMPXVideoPdlPlaybackView::HandleInitializingStateL()"),
       
   446                    _L("aLastState = %d"), aLastState );
       
   447 
       
   448     //
       
   449     //  For PDL view, reset the container and controls for new download
       
   450     //
       
   451     DoHandleInitializingStateL( aLastState );
       
   452 }
       
   453 
   439 // EOF
   454 // EOF