FileDocCategorySizeDatePackage
Feedback.javaAPI DocJMF 2.1.1e1455Mon May 12 12:20:40 BST 2003javax.media.rtp.rtcp

Feedback

public interface Feedback
Encapsulates the feedback statistics contained in a RTCP report. In the RTP spec, these are called the "report blocks" of the sender/receiver reports.

Fields Summary
Constructors Summary
Methods Summary
public longgetDLSR()
Returns the 'delay since last SR (DLSR)' field. (Actually a 32-bit unsigned quantity)

public intgetFractionLost()
Returns the 'fraction lost' field. (Actually an 8-bit unsigned quantity)

public longgetJitter()
Returns the 'interarrival jitter' field. (Actually a 32-bit unsigned quantity)

public longgetLSR()
Returns the 'last SR (LSR)' field. (Actually a 32-bit unsigned quantity)

public longgetNumLost()
Returns the 'cumulative number of packets lost' field. (Actually a 24-bit unsigned quantity)

public longgetSSRC()
Returns the SSRC of the data source for which this feedback applies. (Actually a 32-bit unsigned quantity)

public longgetXtndSeqNum()
Returns the 'extended highest sequence number received' field. (Actually a 32-bit unsigned quantity)