phoneengine/phoneservices/inc/dtmfservice.h
changeset 56 5bcb308bd24d
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
    58         
    58         
    59         This method plays DTMF tone matching given character.
    59         This method plays DTMF tone matching given character.
    60         If character doesn't match any supported DTMF tone
    60         If character doesn't match any supported DTMF tone
    61         it is ignored.
    61         it is ignored.
    62     */
    62     */
    63     void playDTMFTone(const QChar& keyToPlay);
    63     int playDTMFTone(const QChar& keyToPlay);
    64 
    64 
    65     /*!
    65     /*!
    66         \fn stopDTMFPlay()
    66         \fn stopDTMFPlay()
    67         
    67         
    68         This method stops playing DTMF tone if it is currently played.
    68         This method stops playing DTMF tone if it is currently played.
    69     */
    69     */
    70     void stopDTMFPlay();
    70     int stopDTMFPlay();
       
    71 
       
    72     
       
    73 private:
       
    74     
       
    75     /*!
       
    76         \fn bool hasCapability()
       
    77 
       
    78         Checks if the client has the required capabilities
       
    79     */
       
    80     bool hasCapability();
    71     
    81     
    72     
    82     
    73 private:
    83 private:
    74     MPECallControlIF &m_call;
    84     MPECallControlIF &m_call;
    75     MPECallSettersIF &m_parameters;    
    85     MPECallSettersIF &m_parameters;
    76 };
    86 };
    77 
    87 
    78 #endif // DTMFSERVICE_H
    88 #endif // DTMFSERVICE_H