mpviewplugins/mpsettingsviewplugin/tsrc/unittest_mpmpxasframeworkwrapper/stub/inc/mpxplaybackutility.h
changeset 22 ecf06a08d4d9
parent 20 82baf59ce8dd
--- a/mpviewplugins/mpsettingsviewplugin/tsrc/unittest_mpmpxasframeworkwrapper/stub/inc/mpxplaybackutility.h	Fri Apr 16 14:56:30 2010 +0300
+++ b/mpviewplugins/mpsettingsviewplugin/tsrc/unittest_mpmpxasframeworkwrapper/stub/inc/mpxplaybackutility.h	Mon May 03 12:29:20 2010 +0300
@@ -36,10 +36,13 @@
     static MMPXPlaybackUtility* UtilityL(const TUid& aModeId = KPbModeDefault);
     void Close();
     void SetL(TMPXPlaybackProperty aProperty, TInt aValue);
+    void CommandL(TMPXPlaybackCommand aCmd, TInt aData=0);
 
 public:
     TInt                    iBalance;
+    TInt                    iEffectId;
     TMPXPlaybackProperty    iProperty;
+    TMPXPlaybackCommand     iCommand;
 
 };