javax.media.rtp
Interface LocalParticipant

All Superinterfaces:
Participant

public interface LocalParticipant
extends Participant

Interface representing the local participant. See Participant for details.


Method Summary
 void setSourceDescription(SourceDescription[] sourceDesc)
          Changes the source description (SDES) information sent out in RTCP packets for the local participant; This method effectively changes the SDES information provided by the user in RTPSM.initSession(); see that method for more information.
 
Methods inherited from interface javax.media.rtp.Participant
getCNAME, getReports, getSourceDescription, getStreams
 

Method Detail

setSourceDescription

public void setSourceDescription(SourceDescription[] sourceDesc)
Changes the source description (SDES) information sent out in RTCP packets for the local participant; This method effectively changes the SDES information provided by the user in RTPSM.initSession(); see that method for more information.

Parameters:
sourceDesc - The new source description data.