videoplayback/videohelix/src/mpxvideoplayerutility.cpp
changeset 1 6711b85517b7
parent 0 96612d01cf9f
child 6 7d91903f795f
equal deleted inserted replaced
0:96612d01cf9f 1:6711b85517b7
    13 *
    13 *
    14 * Description:  This class is the interface between the playback plugin and RMMFController
    14 * Description:  This class is the interface between the playback plugin and RMMFController
    15  *
    15  *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 12 %
    18 // Version : %version: 13 %
    19 
    19 
    20 
    20 
    21 #include <AudioPreference.h>
    21 #include <AudioPreference.h>
    22 #include <mmf/server/mmffile.h>
    22 #include <mmf/server/mmffile.h>
    23 #include <caf/caftypes.h>
    23 #include <caf/caftypes.h>
   305         iVideoPlayControllerCustomCommands.GetLoadingProgress( aPercentageProgress ) );
   305         iVideoPlayControllerCustomCommands.GetLoadingProgress( aPercentageProgress ) );
   306 
   306 
   307     MPX_DEBUG(_L("CMpxVideoPlayerUtility::GetVideoLoadingProgressL(%d)"), aPercentageProgress );
   307     MPX_DEBUG(_L("CMpxVideoPlayerUtility::GetVideoLoadingProgressL(%d)"), aPercentageProgress );
   308 }
   308 }
   309 
   309 
   310 void CMpxVideoPlayerUtility::Play()
   310 void CMpxVideoPlayerUtility::PlayL()
   311 {
   311 {
   312     MPX_ENTER_EXIT(_L("CMpxVideoPlayerUtility::Play()"));
   312     MPX_ENTER_EXIT(_L("CMpxVideoPlayerUtility::PlayL()"));
   313 
   313 
   314     TInt err = iController.Play();
   314     User::LeaveIfError( iController.Play() );
   315 }
   315 }
   316 
   316 
   317 void CMpxVideoPlayerUtility::PauseL()
   317 void CMpxVideoPlayerUtility::PauseL()
   318 {
   318 {
   319     MPX_ENTER_EXIT(_L("CMpxVideoPlayerUtility::PauseL()"));
   319     MPX_ENTER_EXIT(_L("CMpxVideoPlayerUtility::PauseL()"));