mpxplugins/serviceplugins/playbackplugins/progressdownloadsb/inc/mpxprogressdownloadsb.h
branchRCL_3
changeset 28 56b11cf8addb
parent 21 a1247965635c
equal deleted inserted replaced
26:70a8526f03f2 28:56b11cf8addb
   195         void ConstructL();
   195         void ConstructL();
   196 
   196 
   197         /**
   197         /**
   198         * Sets the volume level in audio controller
   198         * Sets the volume level in audio controller
   199         * @param aVolume Volume level, ranges from 0 - KPbPlaybackVolumeLevelMax
   199         * @param aVolume Volume level, ranges from 0 - KPbPlaybackVolumeLevelMax
   200         */
   200         * @param aNotifyChange ETrue if EPVolumeChanged must be sent to observer
   201         void SetVolume( TInt aVolume );
   201         */
       
   202         void SetVolume( TInt aVolume, TBool aNotifyChange = EFalse );
   202 
   203 
   203         /**
   204         /**
   204         * Sets the volume level in audio controller to mute.
   205         * Sets the volume level in audio controller to mute.
   205         * @param aMute ETrue to indicated mute
   206         * @param aMute ETrue to indicated mute
   206         */
   207         * @param aNotifyChange ETrue if EPMuteChanged must be sent to observer
   207         void SetMute( TBool aMute );
   208         */
       
   209         void SetMute( TBool aMute, TBool aNotifyChange = EFalse );
   208 
   210 
   209         void ResetEnhancedMediaClient();
   211         void ResetEnhancedMediaClient();
   210 
   212 
   211         void MoveDownloadedFileToMusicFolder();
   213         void MoveDownloadedFileToMusicFolder();
   212 
   214