public class DTMFToneEvent extends EventObject
source| Constructor and Description |
|---|
DTMFToneEvent(AudioMediaStream source,
DTMFRtpTone dtmfTone)
Creates an instance of this DTMFToneEvent with the specified
source stream and DTMF tone.
|
| Modifier and Type | Method and Description |
|---|---|
DTMFRtpTone |
getDtmfTone()
Returns the DTMFTone instance that this event pertains to.
|
getSource, toStringpublic DTMFToneEvent(AudioMediaStream source, DTMFRtpTone dtmfTone)
source - the AudioMediaSteam instance that received the
tone.dtmfTone - the tone that we (started/stopped) receiving.public DTMFRtpTone getDtmfTone()
Copyright © 2021 jitsi.org. All rights reserved.