|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RTPEvent | |
javax.media.rtp.event |
Uses of RTPEvent in javax.media.rtp.event |
Subclasses of RTPEvent in javax.media.rtp.event | |
class |
ActiveReceiveStreamEvent
Informs the SessionListener that data packets/RTCP packets have commenced arriving after having stopped arriving. |
class |
ActiveSendStreamEvent
Informs the RTPSendStreamListener that data packets/RTCP packets have started 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 |
InactiveSendStreamEvent
Informs the SendStreamListener that data has stopped arriving on this SendStream. |
class |
LocalCollisionEvent
Informs the RTP client that the SSRC it was using collided with another SSRC in the session. |
class |
LocalPayloadChangeEvent
Informs the RTP listener that a local RTP sender has changed the payload type of a data stream. |
class |
NewParticipantEvent
Informs the RTP listener that an RTCP packet has just been received from a heretofore unknown participant. |
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 |
NewSendStreamEvent
Informs the RTP listener that a new transmitting stream has been created in this SessionManager. |
class |
ReceiverReportEvent
Informs the RTP listener that an RTCP receiver report (RR) has been received. |
class |
ReceiveStreamEvent
The ReceiveStreamEvent will notify a listener of all events that are received on a particular ReceiveStream. |
class |
RemoteCollisionEvent
Informs the RTP listener that two remote participants were using the same SSRC simultaneously. |
class |
RemoteEvent
An RemoteEvent notifies users of events that occur from remote participants. |
class |
RemotePayloadChangeEvent
Informs the RTP listener that a remote RTP sender has changed the payload type of a data stream. |
class |
SenderReportEvent
Informs the RTP listener that an RTCP sender report (SR) has been received. |
class |
SendStreamEvent
The SendStreamEvent will notify a listener of all events that are received on a particular SendStream. |
class |
SessionEvent
SessionEvent are events that pertain to the Session as a whole and that dont belong to a ReceiveStream in particular or a remote participant necessarily. |
class |
StreamClosedEvent
Informs the RTP listener that a transmitting stream has been closed in the RTP SessionManager |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |