public class RTPLocalParticipant extends RTPParticipant implements LocalParticipant
lastReportTime, sourceDescriptions
Constructor and Description |
---|
RTPLocalParticipant(java.lang.String cName)
Creates a new local participant
|
Modifier and Type | Method and Description |
---|---|
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.
|
addReport, addSourceDescription, addStream, getCNAME, getLastReportTime, getReports, getSdesSize, getSourceDescription, getStreams, isActive, removeStream, setActive
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCNAME, getReports, getSourceDescription, getStreams
public RTPLocalParticipant(java.lang.String cName)
cName
- The name of the participantpublic void setSourceDescription(SourceDescription[] sourceDesc)
setSourceDescription
in interface LocalParticipant
sourceDesc
- the SDES itemspublic void touch(long time)
time
- the last report time