Package org.jitsi.impl.neomedia.protocol
Interface InbandDTMFDataSource
-
- All Known Implementing Classes:
AudioMixingPushBufferDataSource,RewritablePullBufferDataSource,RewritablePushBufferDataSource
public interface InbandDTMFDataSourceAll datasources that support inband DTMF functionalities implement InbandDTMFDataSource.- Author:
- Vincent Lucas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDTMF(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.
-
-