javax.media.rtp.rtcp
Interface Feedback

All Known Implementing Classes:
RTCPFeedback

public interface Feedback

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Method Summary
 long getDLSR()
           
 int getFractionLost()
           
 long getJitter()
           
 long getLSR()
           
 long getNumLost()
           
 long getSSRC()
           
 long getXtndSeqNum()
           
 

Method Detail

getSSRC

long getSSRC()

getFractionLost

int getFractionLost()

getNumLost

long getNumLost()

getXtndSeqNum

long getXtndSeqNum()

getJitter

long getJitter()

getLSR

long getLSR()

getDLSR

long getDLSR()