mpxplugins/serviceplugins/playbackplugins/localaudio/inc/mpxlocalaudioplayback.h
branchRCL_3
changeset 28 56b11cf8addb
parent 0 ff3acec5bc43
--- a/mpxplugins/serviceplugins/playbackplugins/localaudio/inc/mpxlocalaudioplayback.h	Tue May 11 16:10:56 2010 +0300
+++ b/mpxplugins/serviceplugins/playbackplugins/localaudio/inc/mpxlocalaudioplayback.h	Tue May 25 12:39:12 2010 +0300
@@ -180,14 +180,16 @@
         /**
         * Sets the volume level in audio controller
         * @param aVolume Volume level, ranges from 0 - KPbPlaybackVolumeLevelMax
+        * @param aNotifyChange ETrue if EPVolumeChanged must be sent to observer
         */
-        void SetVolume( TInt aVolume );
+        void SetVolume( TInt aVolume, TBool aNotifyChange = ETrue );
 
         /**
         * Sets the volume level in audio controller to mute.
         * @param aMute ETrue to indicated mute
+        * @param aNotifyChange ETrue if EPMuteChanged must be sent to observer 
         */
-        void SetMute( TBool aMute );
+        void SetMute( TBool aMute, TBool aNotifyChange = ETrue );
 
         /**
         *  Consumes the rights for the current media according