videoplayback/videohelix/src/mpxvideoplayerutility.cpp
branchRCL_3
changeset 13 112a725ff2c2
parent 11 5294c000a26d
child 16 7f2b2a65da29
equal deleted inserted replaced
11:5294c000a26d 13:112a725ff2c2
    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: 18 %
    18 // Version : %version: e003sa33#19 %
    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>
    92 void CMpxVideoPlayerUtility::Reset()
    92 void CMpxVideoPlayerUtility::Reset()
    93 {
    93 {
    94     MPX_ENTER_EXIT(_L("CMpxVideoPlayerUtility::Reset()"));
    94     MPX_ENTER_EXIT(_L("CMpxVideoPlayerUtility::Reset()"));
    95 
    95 
    96     Close();
    96     Close();
    97     OpenControllerL();
    97     MPX_TRAPD( err, OpenControllerL() );
    98 }
    98 }
    99 
    99 
   100 void CMpxVideoPlayerUtility::OpenControllerL()
   100 void CMpxVideoPlayerUtility::OpenControllerL()
   101 {
   101 {
   102     MPX_ENTER_EXIT(_L("CMpxVideoPlayerUtility::OpenControllerL()"));
   102     MPX_ENTER_EXIT(_L("CMpxVideoPlayerUtility::OpenControllerL()"));