Uses of Class
org.jitsi.service.neomedia.DTMFMethod
-
Packages that use DTMFMethod Package Description org.jitsi.impl.neomedia org.jitsi.service.neomedia -
-
Uses of DTMFMethod in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia with parameters of type DTMFMethod 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).voidAudioMediaStreamImpl. stopSendingDTMF(DTMFMethod dtmfMethod)Interrupts transmission of a DTMFTone started with the startSendingDTMF() method. -
Uses of DTMFMethod in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return DTMFMethod Modifier and Type Method Description static DTMFMethodDTMFMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static DTMFMethod[]DTMFMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jitsi.service.neomedia with parameters of type DTMFMethod Modifier and Type Method Description 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).voidAudioMediaStream. stopSendingDTMF(DTMFMethod dtmfMethod)Interrupts transmission of a DTMFTone started with the startSendingDTMF method.
-