javax.media.rtp.rtcp
Interface Feedback


public interface Feedback


Method Summary
 long getDLSR()
          Returns the 'delay since last SR (DLSR)' field.
 int getFractionLost()
          Returns the 'fraction lost' field.
 long getJitter()
          Returns the 'interarrival jitter' field.
 long getLSR()
          Returns the 'last SR (LSR)' field.
 long getNumLost()
          Returns the 'cumulative number of packets lost' field.
 long getSSRC()
          Returns the SSRC of the data source for which this feedback applies.
 long getXtndSeqNum()
          Returns the 'extended highest sequence number received' field.
 

Method Detail

getSSRC

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


getFractionLost

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


getNumLost

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


getXtndSeqNum

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


getJitter

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


getLSR

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


getDLSR

public long getDLSR()
Returns the 'delay since last SR (DLSR)' field. (Actually a 32-bit unsigned quantity)



Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.