videoplayerapp/mpxvideoplayer/src/mpxvideoembeddedpdlhandler.cpp
changeset 2 dec420019252
parent 0 96612d01cf9f
child 8 ce5ada96ab30
equal deleted inserted replaced
1:6711b85517b7 2:dec420019252
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Handles PDL commands passed in by other appilcations
    14 * Description:  Handles PDL commands passed in by other appilcations
    15  *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  10 %
    18 // Version : %version:  11 %
    19 
    19 
    20 
    20 
    21 #include <mpxcommand.h>
    21 #include <mpxcommand.h>
    22 #include <mpxcommandgeneraldefs.h>
    22 #include <mpxcommandgeneraldefs.h>
    23 #include <mpxmessagegeneraldefs.h>
    23 #include <mpxmessagegeneraldefs.h>
   103         else
   103         else
   104         {
   104         {
   105             //
   105             //
   106             //  New download received, close old playback plugin
   106             //  New download received, close old playback plugin
   107             //
   107             //
   108             iAppUiEngine->PlaybackUtility()->CommandL( EPbCmdClose );
   108             iAppUiEngine->ClosePlaybackPluginL();
   109 
   109 
   110             StartNewDownloadL( aDlId, aFileName );
   110             StartNewDownloadL( aDlId, aFileName );
   111         }
   111         }
   112     }
   112     }
   113     else
   113     else