org.ow2.clif.probe.rtp
Class RTCPInformation
java.lang.Object
org.ow2.clif.probe.rtp.RTCPInformation
public class RTCPInformation
- extends java.lang.Object
Class to keep informations about RTCP packets.
- Author:
- Rémi Druilhe
Constructor Summary |
RTCPInformation(java.lang.Integer packetType,
java.lang.Integer count,
java.lang.Integer length,
java.lang.Long time)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTCPInformation
public RTCPInformation(java.lang.Integer packetType,
java.lang.Integer count,
java.lang.Integer length,
java.lang.Long time)
getPacketType
public java.lang.Integer getPacketType()
getCount
public java.lang.Integer getCount()
getLength
public java.lang.Integer getLength()
getTime
public java.lang.Long getTime()
setPacketType
public void setPacketType(java.lang.Integer packetType)
setCount
public void setCount(java.lang.Integer count)
setLength
public void setLength(java.lang.Integer length)
setTime
public void setTime(java.lang.Long time)