mpxplugins/serviceplugins/playbackplugins/localaudio/inc/mpxlocalaudioplayback.h
branchRCL_3
changeset 18 56b11cf8addb
parent 0 ff3acec5bc43
equal deleted inserted replaced
17:70a8526f03f2 18:56b11cf8addb
   178         void ConstructL();
   178         void ConstructL();
   179 
   179 
   180         /**
   180         /**
   181         * Sets the volume level in audio controller
   181         * Sets the volume level in audio controller
   182         * @param aVolume Volume level, ranges from 0 - KPbPlaybackVolumeLevelMax
   182         * @param aVolume Volume level, ranges from 0 - KPbPlaybackVolumeLevelMax
   183         */
   183         * @param aNotifyChange ETrue if EPVolumeChanged must be sent to observer
   184         void SetVolume( TInt aVolume );
   184         */
       
   185         void SetVolume( TInt aVolume, TBool aNotifyChange = ETrue );
   185 
   186 
   186         /**
   187         /**
   187         * Sets the volume level in audio controller to mute.
   188         * Sets the volume level in audio controller to mute.
   188         * @param aMute ETrue to indicated mute
   189         * @param aMute ETrue to indicated mute
   189         */
   190         * @param aNotifyChange ETrue if EPMuteChanged must be sent to observer 
   190         void SetMute( TBool aMute );
   191         */
       
   192         void SetMute( TBool aMute, TBool aNotifyChange = ETrue );
   191 
   193 
   192         /**
   194         /**
   193         *  Consumes the rights for the current media according
   195         *  Consumes the rights for the current media according
   194         *  to the specified consume type
   196         *  to the specified consume type
   195         *
   197         *