mpxmusicplayer/app/inc/mpxappui.h
branchRCL_3
changeset 21 a1247965635c
parent 0 ff3acec5bc43
equal deleted inserted replaced
18:c54d95799c80 21:a1247965635c
   305     /**
   305     /**
   306      * Check if the Browser is closed.
   306      * Check if the Browser is closed.
   307      *
   307      *
   308      * @param aParameter AIW parameter passed in by other applications
   308      * @param aParameter AIW parameter passed in by other applications
   309      */
   309      */
   310     TBool IsBrowserClosed(const TDesC8& aParameter);
   310     TBool IsBrowserClosedL(const TDesC8& aParameter);
   311 
   311 
   312     /**
   312     /**
   313      * Brings the browser to the foreground.
   313      * Brings the browser to the foreground.
   314      *
   314      *
   315      * @return ETrue if browser was found, EFalse otherwise.
   315      * @return ETrue if browser was found, EFalse otherwise.
   656     /**
   656     /**
   657      *  Sets the playback volume.
   657      *  Sets the playback volume.
   658      *
   658      *
   659      *  @param aVolume volume value.
   659      *  @param aVolume volume value.
   660      */
   660      */
   661     void SetVolume( const TInt aVolume );
   661     void SetVolumeL( const TInt aVolume );
   662 
   662 
   663     /**
   663     /**
   664      *  Mutes the playback volume.
   664      *  Mutes the playback volume.
   665      */
   665      */
   666     void MuteVolume();
   666     void MuteVolumeL();
   667 
   667 
   668     /**
   668     /**
   669      *  Unmutes the playback volume.
   669      *  Unmutes the playback volume.
   670      */
   670      */
   671     void UnMuteVolume();
   671     void UnMuteVolumeL();
   672 
   672 
   673     /**
   673     /**
   674      *  Translates Playback commands to MPX commands
   674      *  Translates Playback commands to MPX commands
   675      */
   675      */
   676     TInt MPXCmdForPbCmd( TMPXPlaybackCommand aCommand );
   676     TInt MPXCmdForPbCmd( TMPXPlaybackCommand aCommand );
   679     *  if current heap memory is less than the lowest need of music player
   679     *  if current heap memory is less than the lowest need of music player
   680     *  music player well exit.
   680     *  music player well exit.
   681     *
   681     *
   682     *  @param music player need memory
   682     *  @param music player need memory
   683     */
   683     */
   684     void CheckAvailableMemory( TInt aNeedMemory );
   684     void CheckAvailableMemoryL( TInt aNeedMemory );
   685 
   685 
   686 #ifdef FF_OOM_MONITOR2_COMPONENT
   686 #ifdef FF_OOM_MONITOR2_COMPONENT
   687     /**
   687     /**
   688      * Dynamically set music player's busy or mornal priority in OOM
   688      * Dynamically set music player's busy or mornal priority in OOM
   689      * according to MPX playing state.
   689      * according to MPX playing state.