| Package | Description |
|---|---|
| org.jitsi.impl.neomedia.conference | |
| org.jitsi.impl.neomedia.device | |
| org.jitsi.impl.neomedia.protocol | |
| org.jitsi.service.neomedia |
| Modifier and Type | Method and Description |
|---|---|
void |
AudioMixingPushBufferDataSource.addDTMF(DTMFInbandTone tone)
Adds a new inband DTMF tone to send.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaDeviceSession.addDTMF(DTMFInbandTone tone)
Adds a new inband DTMF tone to send.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InbandDTMFDataSource.addDTMF(DTMFInbandTone tone)
Adds a new inband DTMF tone to send.
|
void |
RewritablePullBufferDataSource.addDTMF(DTMFInbandTone tone)
Adds a new inband DTMF tone to send.
|
void |
RewritablePushBufferDataSource.addDTMF(DTMFInbandTone tone)
Adds a new inband DTMF tone to send.
|
static void |
RewritablePushBufferDataSource.sendDTMF(javax.media.Buffer buffer,
DTMFInbandTone tone)
Replaces the media data contained in a specific Buffer with an
inband DTMF tone signal.
|
| Modifier and Type | Field and Description |
|---|---|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_0
The "0" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_1
The "1" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_2
The "2" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_3
The "3" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_4
The "4" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_5
The "5" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_6
The "6" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_7
The "7" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_8
The "8" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_9
The "9" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_A
The "A" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_B
The "B" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_C
The "C" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_D
The "D" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_SHARP
The "#" DTMF Inband Tone.
|
static DTMFInbandTone |
DTMFInbandTone.DTMF_INBAND_STAR
The "*" DTMF Inband Tone.
|
| Modifier and Type | Method and Description |
|---|---|
static DTMFInbandTone |
DTMFInbandTone.mapTone(DTMFTone tone)
Maps between protocol and media inband DTMF objects.
|
Copyright © 2021 jitsi.org. All rights reserved.