Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.protocol
Interface InbandDTMFDataSource

All Known Implementing Classes:
AudioMixingPushBufferDataSource, RewritablePullBufferDataSource, RewritablePushBufferDataSource

public interface InbandDTMFDataSource

All datasources that support inband DTMF functionalities implement InbandDTMFDataSource.

Author:
Vincent Lucas

Method Summary
 void addDTMF(DTMFInbandTone tone)
          Adds a new inband DTMF tone to send.
 

Method Detail

addDTMF

void addDTMF(DTMFInbandTone tone)
Adds a new inband DTMF tone to send.

Parameters:
tone - the DTMF tone to send.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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