Uses of Class
org.jitsi.service.neomedia.DTMFTone
-
Packages that use DTMFTone Package Description org.jitsi.impl.neomedia org.jitsi.service.neomedia -
-
Uses of DTMFTone in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia with parameters of type DTMFTone Modifier and Type Method Description voidAudioMediaStreamImpl. startSendingDTMF(DTMFTone tone, DTMFMethod dtmfMethod, int minimalToneDuration, int maximalToneDuration, int volume)Starts sending the specified DTMFTone until the stopSendingDTMF() method is called (Excepts for INBAND DTMF, which stops by itself this is why where there is no need to call the stopSendingDTMF). -
Uses of DTMFTone in org.jitsi.service.neomedia
Fields in org.jitsi.service.neomedia declared as DTMFTone Modifier and Type Field Description static DTMFToneDTMFTone. DTMF_0The "0" DTMF Tonestatic DTMFToneDTMFTone. DTMF_1The "1" DTMF Tonestatic DTMFToneDTMFTone. DTMF_2The "2" DTMF Tonestatic DTMFToneDTMFTone. DTMF_3The "3" DTMF Tonestatic DTMFToneDTMFTone. DTMF_4The "4" DTMF Tonestatic DTMFToneDTMFTone. DTMF_5The "5" DTMF Tonestatic DTMFToneDTMFTone. DTMF_6The "6" DTMF Tonestatic DTMFToneDTMFTone. DTMF_7The "7" DTMF Tonestatic DTMFToneDTMFTone. DTMF_8The "8" DTMF Tonestatic DTMFToneDTMFTone. DTMF_9The "9" DTMF Tonestatic DTMFToneDTMFTone. DTMF_AThe "A" DTMF Tonestatic DTMFToneDTMFTone. DTMF_BThe "B" DTMF Tonestatic DTMFToneDTMFTone. DTMF_CThe "C" DTMF Tonestatic DTMFToneDTMFTone. DTMF_DThe "D" DTMF Tonestatic DTMFToneDTMFTone. DTMF_SHARPThe "#" DTMF Tonestatic DTMFToneDTMFTone. DTMF_STARThe "*" DTMF ToneMethods in org.jitsi.service.neomedia that return DTMFTone Modifier and Type Method Description static DTMFToneDTMFTone. getDTMFTone(String value)Parses input value and return the corresponding tone.Methods in org.jitsi.service.neomedia with parameters of type DTMFTone Modifier and Type Method Description static DTMFInbandToneDTMFInbandTone. mapTone(DTMFTone tone)Maps between protocol and media inband DTMF objects.static DTMFRtpToneDTMFRtpTone. mapTone(DTMFTone tone)Maps between protocol and media DTMF objects.voidAudioMediaStream. startSendingDTMF(DTMFTone tone, DTMFMethod dtmfMethod, int minimalToneDuration, int maximalToneDuration, int volume)Starts sending the specified DTMFTone until the stopSendingDTMF() method is called (Excepts for INBAND DTMF, which stops by itself this is why where there is no need to call the stopSendingDTMF).
-