javax.media.rtp
Interface LocalParticipant


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.



Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.