public class RtcpSentEvent extends AbstractRtcpEvent
Available since Asterisk 1.6
It is implemented in main/rtp.c
source
Constructor and Description |
---|
RtcpSentEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
Long |
getCumulativeLoss() |
Long |
getOurSsrc()
Returns our synchronization source identifier that uniquely identifies the source of a stream.
|
Double |
getSentNtp() |
Long |
getSentOctets()
Returns the number of octets (bytes) sent.
|
Long |
getSentPackets()
Returns the number of packets sent.
|
Long |
getSentRtp() |
Long |
getTheirLastSr() |
InetAddress |
getToAddress()
Returns the IP address the RTCP message has been sent to.
|
Integer |
getToPort()
Returns the port the RTCP message has been sent to.
|
void |
setCumulativeLoss(Long cumulativeLoss) |
void |
setOurSsrc(Long ourSsrc) |
void |
setSentNtp(Double sentNtp) |
void |
setSentOctets(Long sentOctets) |
void |
setSentPackets(Long sentPackets) |
void |
setSentRtp(Long sentRtp) |
void |
setTheirLastSr(Long theirLastSr) |
void |
setTo(String to) |
getDlSr, getFractionLost, getIaJitter, secStringToDouble, secStringToLong, setDlSr, setFractionLost, setIaJitter, stringToAddress, stringToPort
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public RtcpSentEvent(Object source)
public InetAddress getToAddress()
public Integer getToPort()
public void setTo(String to)
public Long getOurSsrc()
public void setOurSsrc(Long ourSsrc)
public Double getSentNtp()
public void setSentNtp(Double sentNtp)
public Long getSentRtp()
public void setSentRtp(Long sentRtp)
public Long getSentPackets()
public void setSentPackets(Long sentPackets)
public Long getSentOctets()
public void setSentOctets(Long sentOctets)
public Long getCumulativeLoss()
public void setCumulativeLoss(Long cumulativeLoss)
public Long getTheirLastSr()
public void setTheirLastSr(Long theirLastSr)
Copyright © 2004–2016. All rights reserved.