|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.fmj.media.rtp.RTCPSenderInfo
public class RTCPSenderInfo
Represents the sender info part of the RTCP SR Packet
Field Summary | |
---|---|
static int |
SIZE
The size of the sender info |
Constructor Summary | |
---|---|
RTCPSenderInfo(byte[] rtcpPacket,
int offset,
int length)
Parses an RTCP SR packet |
Method Summary | |
---|---|
long |
getNtpTimestampLSW()
Returns the timestamp least significant word |
long |
getNtpTimestampMSW()
Returns the timestamp most significant word |
double |
getNtpTimestampSecs()
Returns the timestamp value in seconds |
long |
getOctetCount()
Returns the octet count |
long |
getPacketCount()
Returns the packet count |
long |
getRtpTimestamp()
Returns the rtp timestamp |
long |
getTimestamp()
Returns the timestamp of the information |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SIZE
Constructor Detail |
---|
public RTCPSenderInfo(byte[] rtcpPacket, int offset, int length) throws java.io.IOException
rtcpPacket
- The data of the RTCP packet
java.io.IOException
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public long getTimestamp()
public double getNtpTimestampSecs()
public long getNtpTimestampMSW()
public long getNtpTimestampLSW()
public long getRtpTimestamp()
public long getOctetCount()
public long getPacketCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |