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

Report

public interface Report
Encapsulates a generic RTCP report; this is the parent interface for the SenderReport and ReceiverReport interfaces.

Fields Summary
Constructors Summary
Methods Summary
public java.util.VectorgetFeedbackReports()
Returns a Vector of Feedback objects. These are the report blocks that come in both sender and receiver reports. Note that although a remote participant may report on all sources it is receiving, this call is only obligated to return feedback for sources originating from the local participant in this session. Thus, if the local client is not sending any streams in this session, or if the SSRC sending this report isn't providing feedback on the local stream, this call would return a empty vector.

public javax.media.rtp.ParticipantgetParticipant()
Returns the Participant that sent this Report. May be the local participant, in which case this report was generated locally.

public longgetSSRC()
Gets the SSRC from which this report originated.

public java.util.VectorgetSourceDescription()
Returns a Vector of SourceDescription objects. Each such object is one field from the SDES packet type of this Report