FileDocCategorySizeDatePackage
NewSendStreamEvent.javaAPI DocJMF 2.1.1e502Mon May 12 12:20:40 BST 2003javax.media.rtp.event

NewSendStreamEvent

public class NewSendStreamEvent extends SendStreamEvent
Informs the RTP listener that a new transmitting stream has been created in this SessionManager.

Fields Summary
Constructors Summary
public NewSendStreamEvent(SessionManager from, SendStream sendStream)

	super(from, sendStream, sendStream.getParticipant());
    
Methods Summary