|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.fmj.media.rtp.RTCPReport
net.sf.fmj.media.rtp.RTCPSenderReport
public class RTCPSenderReport
Represents an RTCP Sender Report
Field Summary |
---|
Fields inherited from class net.sf.fmj.media.rtp.RTCPReport |
---|
feedbackReports, header, participant, sdesBytes, sourceDescriptions |
Constructor Summary | |
---|---|
RTCPSenderReport(byte[] data,
int offset,
int length)
Creates a new RTCPSenderReport |
Method Summary | |
---|---|
long |
getNTPTimeStampLSW()
Returns the sender's timestamp's least significant word. |
long |
getNTPTimeStampMSW()
Returns the sender's timestamp's most significant word. |
long |
getRTPTimeStamp()
Returns the RTP timestamp. |
long |
getSenderByteCount()
Returns the number of bytes sent by this sender. |
Feedback |
getSenderFeedback()
Returns the sender's feedbacks. |
long |
getSenderPacketCount()
Returns the number of packets sent by this sender. |
RTPStream |
getStream()
Returns the RTPStream associated with the sender. |
protected void |
setStream(RTPStream stream)
Sets the RTPStream associated with the sender. |
Methods inherited from class net.sf.fmj.media.rtp.RTCPReport |
---|
getByeReason, getCName, getFeedbackReports, getParticipant, getSourceDescription, getSSRC, isByePacket, readBye, readFeedbackReports, readSourceDescription, setParticipant |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.media.rtp.rtcp.Report |
---|
getFeedbackReports, getParticipant, getSourceDescription, getSSRC |
Constructor Detail |
---|
public RTCPSenderReport(byte[] data, int offset, int length) throws java.io.IOException
data
- The data of the reportoffset
- The offset of the report in the datalength
- The length of the data
java.io.IOException
- I/O ExceptionMethod Detail |
---|
protected void setStream(RTPStream stream)
stream
- the RTPStream associated with the senderpublic RTPStream getStream()
getStream
in interface SenderReport
public long getSenderPacketCount()
getSenderPacketCount
in interface SenderReport
public long getSenderByteCount()
getSenderByteCount
in interface SenderReport
public long getNTPTimeStampMSW()
getNTPTimeStampMSW
in interface SenderReport
public long getNTPTimeStampLSW()
getNTPTimeStampLSW
in interface SenderReport
public long getRTPTimeStamp()
getRTPTimeStamp
in interface SenderReport
public Feedback getSenderFeedback()
getSenderFeedback
in interface SenderReport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |