mpviewplugins/mpsettingsviewplugin/tsrc/unittest_mpmpxasframeworkwrapper/stub/src/mpxplaybackutility.cpp
changeset 22 ecf06a08d4d9
parent 20 82baf59ce8dd
equal deleted inserted replaced
20:82baf59ce8dd 22:ecf06a08d4d9
    22 #include "stub/inc/mpxplaybackutility.h"
    22 #include "stub/inc/mpxplaybackutility.h"
    23 
    23 
    24 /*!
    24 /*!
    25  Stub function.
    25  Stub function.
    26 */
    26 */
    27 MMPXPlaybackUtility::MMPXPlaybackUtility():iProperty(EPbPropertyVolume),
    27 MMPXPlaybackUtility::MMPXPlaybackUtility():iBalance(0),
    28                                            iBalance(0)
    28                                             iProperty(EPbPropertyVolume)
       
    29                                            
    29 {
    30 {
    30 }
    31 }
    31 
    32 
    32 /*!
    33 /*!
    33  Stub function.
    34  Stub function.
    60 {
    61 {
    61     iProperty = aProperty;
    62     iProperty = aProperty;
    62     iBalance = aValue;
    63     iBalance = aValue;
    63 }
    64 }
    64 
    65 
       
    66 /*!
       
    67  Stub function.
       
    68 */
       
    69 void MMPXPlaybackUtility::CommandL(TMPXPlaybackCommand aCmd, TInt aData)
       
    70 {
       
    71     iCommand = aCmd;
       
    72     iEffectId = aData;
       
    73 }
       
    74 
    65 //end of file
    75 //end of file