phoneengine/audiohandling/inc/cpegsmaudiodata.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 27 2f8f8080a020
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    62         /**
    62         /**
    63         * Two-phased constructor.
    63         * Two-phased constructor.
    64         */
    64         */
    65         IMPORT_C static CPEGsmAudioData* NewL( MPEPhoneModelInternal& aPhoneModel,
    65         IMPORT_C static CPEGsmAudioData* NewL( MPEPhoneModelInternal& aPhoneModel,
    66                                                RFs& aFsSession );                                  
    66                                                RFs& aFsSession );                                  
    67 		   
    67            
    68                                                
    68                                                
    69         /**
    69         /**
    70         * Two-phased constructor for testing purposes
    70         * Two-phased constructor for testing purposes
    71         */        
    71         */        
    72         IMPORT_C static CPEGsmAudioData* NewL( MPEPhoneModelInternal& aPhoneModel,
    72         IMPORT_C static CPEGsmAudioData* NewL( MPEPhoneModelInternal& aPhoneModel,
    97 
    97 
    98         /**
    98         /**
    99         * Plays the given dtmf tone
    99         * Plays the given dtmf tone
   100         * @since Series60_2.7
   100         * @since Series60_2.7
   101         * @param  aTone, dtmf tone to be played
   101         * @param  aTone, dtmf tone to be played
   102 		* @param  aVolume, dtmf tones volume
   102         * @param  aVolume, dtmf tones volume
   103         * @return None.  
   103         * @return None.  
   104         */
   104         */
   105         IMPORT_C void PlayDtmfTone( const TChar& aTone ) const; 
   105         IMPORT_C void PlayDtmfTone( const TChar& aTone ) const; 
   106 
   106 
   107         /**
   107         /**