videoplayback/videohelix/src/mpxvideoplayerutility.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    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()"));