phoneengine/audiohandling/inc/cpeaudiodtmftoneplayer.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
   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;