Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class DTMFInband
extends Object

Sending DTMFs inband into the audio stream.

Author:
Vincent Lucas

Constructor Summary
DTMFInband()
           
 
Method Summary
 void addInbandDTMF(AudioMediaStream audioStream, DTMFTone tone)
          Adds a new inband DTMF tone to send.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTMFInband

public DTMFInband()
Method Detail

addInbandDTMF

public void addInbandDTMF(AudioMediaStream audioStream,
                          DTMFTone tone)
Adds a new inband DTMF tone to send.

Parameters:
audioStream - The stream of this call.
tone - The tone (audio signal) to send via the audioStream.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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