phoneengine/audiohandling/inc/cpeaudiodtmftoneplayer.h
branchRCL_3
changeset 25 5266b1f337bd
parent 24 41a7f70b3818
equal deleted inserted replaced
24:41a7f70b3818 25:5266b1f337bd
   139         void ConstructL();
   139         void ConstructL();
   140 
   140 
   141 
   141 
   142         /**
   142         /**
   143         * Normalize tone.
   143         * Normalize tone.
   144         * @since Series60_2.7
   144 		* @since Series60_2.7
   145         * @param aTone dtmf tone.
   145 		* @param aTone dtmf tone.
   146         * @return None.
   146         * @return None.
   147         */
   147         */
   148         void Normalize( TChar& aTone );
   148         void Normalize( TChar& aTone );
   149 
   149 
   150   
   150   
   154         /**
   154         /**
   155          * Converts the given value to the one that matches tha range used by 
   155          * Converts the given value to the one that matches tha range used by 
   156          * CMMFDevSound. The CMMFDevSound uses valuess that can from 0 to the
   156          * CMMFDevSound. The CMMFDevSound uses valuess that can from 0 to the
   157          * value returned by a call to CMMFDevSound::MaxVolume().
   157          * value returned by a call to CMMFDevSound::MaxVolume().
   158          */
   158          */
   159         TInt ConvertVolume( TInt aVolume );
   159     	TInt ConvertVolume( TInt aVolume );
   160     
   160     
   161     protected:    // Data
   161     protected:    // Data
   162 
   162 
   163         // Current volume setting.
   163         // Current volume setting.
   164         TInt iVolume;
   164         TInt iVolume;