net.java.sip.communicator.impl.protocol.sip.dtmf
Class DTMFInband
java.lang.Object
net.java.sip.communicator.impl.protocol.sip.dtmf.DTMFInband
public class DTMFInband
- extends Object
Sending DTMFs inband into the audio stream.
- Author:
- Vincent Lucas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTMFInband
public DTMFInband()
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.
Distributable under LGPL license.