public abstract class AbstractRtpStatEvent extends ManagerEvent
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, prioritysource| Constructor and Description |
|---|
AbstractRtpStatEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getJitter() |
Long |
getLostPackets()
Returns the number of lost packets.
|
Long |
getSsrc()
Returns the synchronization source identifier that uniquely identifies the source of a stream.
|
void |
setJitter(Double jitter) |
void |
setLostPackets(Long lostPackets) |
void |
setSsrc(Long ssrc) |
appendPropertyIfNotNull, getCallerIdName, getCallerIdNum, getChannelState, getChannelStateDesc, getConnectedLineName, getConnectedLineNum, getContext, getDateReceived, getExten, getFile, getFunc, getLine, getPriority, getPrivilege, getSequenceNumber, getServer, getSystemName, getTimestamp, setCallerIdName, setCallerIdNum, setChannelState, setChannelStateDesc, setConnectedLineName, setConnectedLineNum, setContext, setDateReceived, setExten, setFile, setFunc, setLine, setPriority, setPrivilege, setSequenceNumber, setServer, setSystemName, setTimestamp, toStringgetSourcepublic AbstractRtpStatEvent(Object source)
public Long getSsrc()
public void setSsrc(Long ssrc)
public Long getLostPackets()
public void setLostPackets(Long lostPackets)
public Double getJitter()
public void setJitter(Double jitter)
Copyright © 2004–2022. All rights reserved.