FileDocCategorySizeDatePackage
ReceiverReportEvent.javaAPI DocJMF 2.1.1e831Mon May 12 12:20:40 BST 2003javax.media.rtp.event

ReceiverReportEvent

public class ReceiverReportEvent extends RemoteEvent
Informs the RTP listener that an RTCP receiver report (RR) has been received. The Participant sending the RR is available by calling getParticipant() on the receiverReport object.

Fields Summary
private ReceiverReport
report
receiverReport the RTCP receiver report.
Constructors Summary
public ReceiverReportEvent(SessionManager from, ReceiverReport report)

	super(from);
	this.report = report;
    
Methods Summary
public javax.media.rtp.rtcp.ReceiverReportgetReport()
receiverReport the RTCP receiver report.

	return report;