javax.media.rtp.rtcp
Interface Report

All Known Subinterfaces:
ReceiverReport, SenderReport
All Known Implementing Classes:
RTCPReceiverReport, RTCPReport, RTCPSenderReport

public interface Report

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

Author:
Ken Larson

Method Summary
 java.util.Vector getFeedbackReports()
           
 Participant getParticipant()
           
 java.util.Vector getSourceDescription()
           
 long getSSRC()
           
 

Method Detail

getParticipant

Participant getParticipant()

getSSRC

long getSSRC()

getFeedbackReports

java.util.Vector getFeedbackReports()

getSourceDescription

java.util.Vector getSourceDescription()