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

ActiveSendStreamEvent

public class ActiveSendStreamEvent extends SendStreamEvent
Informs the RTPSendStreamListener that data packets/RTCP packets have started arriving after having stopped arriving.

Fields Summary
Constructors Summary
public ActiveSendStreamEvent(SessionManager from, Participant participant, SendStream sendStream)

	
	super(from, sendStream, participant);
    
Methods Summary