Uses of Class
javax.media.rtp.event.ReceiveStreamEvent

Packages that use ReceiveStreamEvent
javax.media.rtp.event   
 

Uses of ReceiveStreamEvent in javax.media.rtp.event
 

Subclasses of ReceiveStreamEvent in javax.media.rtp.event
 class ActiveReceiveStreamEvent
          Informs the SessionListener that data packets/RTCP packets have commenced arriving after having stopped arriving.
 class ApplicationEvent
          Event which informs the RTP listener that an RTCP 'APP' packet has been received.
 class ByeEvent
          Informs the RTP listener that an RTCP 'BYE' indication has been received.
 class InactiveReceiveStreamEvent
          Informs the SessionListener that data & control packets have stopped arriving on this ReceiveStream.
 class NewReceiveStreamEvent
          Informs the RTP listener that a new stream of RTP data packets has been detected; in RTP parlance, this means that RTP data packets have been received from an SSRC that had not previously been sending data.
 class RemotePayloadChangeEvent
          Informs the RTP listener that a remote RTP sender has changed the payload type of a data stream.
 class StreamMappedEvent
          Informs the RTP listener that a previously 'orphaned' ReceiveStream has been associated with an Participant.The ReceiveStream is now available through the Participant object's getStreams() method; similarly, the Participant is available through the ReceiveStream object's getParticipant() method.
 class TimeoutEvent
          Informs the RTP listener that a certain SSRC has not sent packets in a long while and can be considered timed-out.