javax.media.rtp
Interface Participant

All Known Subinterfaces:
LocalParticipant, RemoteParticipant
All Known Implementing Classes:
RTPLocalParticipant, RTPParticipant, RTPRemoteParticipant

public interface Participant

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

Author:
Ken Larson

Method Summary
 java.lang.String getCNAME()
           
 java.util.Vector getReports()
           
 java.util.Vector getSourceDescription()
           
 java.util.Vector getStreams()
           
 

Method Detail

getStreams

java.util.Vector getStreams()

getReports

java.util.Vector getReports()

getCNAME

java.lang.String getCNAME()

getSourceDescription

java.util.Vector getSourceDescription()