Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.dtmf
Class DTMF4733

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.dtmf.DTMF4733

public class DTMF4733
extends Object

Sending DTMFs through media service using rfc4733.

Author:
Damian Minkov

Constructor Summary
DTMF4733()
           
 
Method Summary
 void startSendingDTMF(AudioMediaStream audioStream, DTMFTone tone)
          Start sending DTMF.
 void stopSendingDTMF(AudioMediaStream audioStream)
          Stop sending current DTMF.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTMF4733

public DTMF4733()
Method Detail

startSendingDTMF

public void startSendingDTMF(AudioMediaStream audioStream,
                             DTMFTone tone)
Start sending DTMF.

Parameters:
audioStream - the stream of this call.
tone -

stopSendingDTMF

public void stopSendingDTMF(AudioMediaStream audioStream)
Stop sending current DTMF.

Parameters:
audioStream -

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.