Uses of Class
org.jitsi.service.neomedia.DTMFInbandTone
-
Packages that use DTMFInbandTone Package Description org.jitsi.impl.neomedia.conference org.jitsi.impl.neomedia.device org.jitsi.impl.neomedia.protocol org.jitsi.service.neomedia -
-
Uses of DTMFInbandTone in org.jitsi.impl.neomedia.conference
Methods in org.jitsi.impl.neomedia.conference with parameters of type DTMFInbandTone Modifier and Type Method Description voidAudioMixingPushBufferDataSource. addDTMF(DTMFInbandTone tone)Adds a new inband DTMF tone to send. -
Uses of DTMFInbandTone in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device with parameters of type DTMFInbandTone Modifier and Type Method Description voidMediaDeviceSession. addDTMF(DTMFInbandTone tone)Adds a new inband DTMF tone to send. -
Uses of DTMFInbandTone in org.jitsi.impl.neomedia.protocol
Methods in org.jitsi.impl.neomedia.protocol with parameters of type DTMFInbandTone Modifier and Type Method Description voidInbandDTMFDataSource. addDTMF(DTMFInbandTone tone)Adds a new inband DTMF tone to send.voidRewritablePullBufferDataSource. addDTMF(DTMFInbandTone tone)Adds a new inband DTMF tone to send.voidRewritablePushBufferDataSource. addDTMF(DTMFInbandTone tone)Adds a new inband DTMF tone to send.static voidRewritablePushBufferDataSource. sendDTMF(javax.media.Buffer buffer, DTMFInbandTone tone)Replaces the media data contained in a specific Buffer with an inband DTMF tone signal. -
Uses of DTMFInbandTone in org.jitsi.service.neomedia
Fields in org.jitsi.service.neomedia declared as DTMFInbandTone Modifier and Type Field Description static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_0The "0" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_1The "1" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_2The "2" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_3The "3" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_4The "4" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_5The "5" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_6The "6" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_7The "7" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_8The "8" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_9The "9" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_AThe "A" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_BThe "B" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_CThe "C" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_DThe "D" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_SHARPThe "#" DTMF Inband Tone.static DTMFInbandToneDTMFInbandTone. DTMF_INBAND_STARThe "*" DTMF Inband Tone.Methods in org.jitsi.service.neomedia that return DTMFInbandTone Modifier and Type Method Description static DTMFInbandToneDTMFInbandTone. mapTone(DTMFTone tone)Maps between protocol and media inband DTMF objects.
-