FileDocCategorySizeDatePackage
LocalParticipant.javaAPI DocJMF 2.1.1e783Mon May 12 12:20:40 BST 2003javax.media.rtp

LocalParticipant

public interface LocalParticipant implements Participant
Interface representing the local participant. See Participant for details.

Fields Summary
Constructors Summary
Methods Summary
public voidsetSourceDescription(javax.media.rtp.rtcp.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.

param
sourceDesc The new source description data.