net.sf.fmj.media.rtp
Class RTPLocalParticipant

java.lang.Object
  extended by net.sf.fmj.media.rtp.RTPParticipant
      extended by net.sf.fmj.media.rtp.RTPLocalParticipant
All Implemented Interfaces:
LocalParticipant, Participant

public class RTPLocalParticipant
extends RTPParticipant
implements LocalParticipant

Represents a local participant

Version:
1-1-alpha3
Author:
Andrew G D Rowley, Christian Vincenot

Field Summary
 
Fields inherited from class net.sf.fmj.media.rtp.RTPParticipant
lastReportTime, sourceDescriptions
 
Constructor Summary
RTPLocalParticipant(java.lang.String cName)
          Creates a new local participant
 
Method Summary
 void setSourceDescription(SourceDescription[] sourceDesc)
          Handle these RTCP Source Description (SDES) items as refering to this participant.
 void touch(long time)
          Sets the most recent report time of this participant.
 
Methods inherited from class net.sf.fmj.media.rtp.RTPParticipant
addReport, addSourceDescription, addStream, getCNAME, getLastReportTime, getReports, getSdesSize, getSourceDescription, getStreams, isActive, removeStream, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.media.rtp.Participant
getCNAME, getReports, getSourceDescription, getStreams
 

Constructor Detail

RTPLocalParticipant

public RTPLocalParticipant(java.lang.String cName)
Creates a new local participant

Parameters:
cName - The name of the participant
Method Detail

setSourceDescription

public void setSourceDescription(SourceDescription[] sourceDesc)
Handle these RTCP Source Description (SDES) items as refering to this participant.

Specified by:
setSourceDescription in interface LocalParticipant
Parameters:
sourceDesc - the SDES items

touch

public void touch(long time)
Sets the most recent report time of this participant.

Parameters:
time - the last report time