|
Class Summary |
| ActiveReceiveStreamEvent |
Informs the SessionListener that data packets/RTCP packets have
commenced arriving after having stopped arriving. |
| ActiveSendStreamEvent |
Informs the RTPSendStreamListener that data packets/RTCP packets have
started arriving after having stopped arriving. |
| ApplicationEvent |
Event which informs the RTP listener that an RTCP 'APP' packet has
been received. |
| ByeEvent |
Informs the RTP listener that an RTCP 'BYE' indication has been
received. |
| InactiveReceiveStreamEvent |
Informs the SessionListener that data & control packets have stopped
arriving on this ReceiveStream. |
| InactiveSendStreamEvent |
Informs the SendStreamListener that data has stopped
arriving on this SendStream. |
| LocalCollisionEvent |
Informs the RTP client that the SSRC it was using collided with
another SSRC in the session. |
| LocalPayloadChangeEvent |
Informs the RTP listener that a local RTP sender has changed the
payload type of a data stream. |
| NewParticipantEvent |
Informs the RTP listener that an RTCP packet has just been received
from a heretofore unknown participant. |
| 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. |
| NewSendStreamEvent |
Informs the RTP listener that a new transmitting stream has been
created in this SessionManager. |
| ReceiverReportEvent |
Informs the RTP listener that an RTCP receiver report (RR) has
been received. |
| ReceiveStreamEvent |
The ReceiveStreamEvent will notify a listener of all events that
are received on a particular ReceiveStream. |
| RemoteCollisionEvent |
Informs the RTP listener that two remote participants were using
the same SSRC simultaneously. |
| RemoteEvent |
An RemoteEvent notifies users of events that occur from remote
participants. |
| RemotePayloadChangeEvent |
Informs the RTP listener that a remote RTP sender has changed the
payload type of a data stream. |
| RTPEvent |
The Base class of all event notification in the
SessionManager. |
| SenderReportEvent |
Informs the RTP listener that an RTCP sender report (SR) has been
received. |
| SendStreamEvent |
The SendStreamEvent will notify a listener of all events that
are received on a particular SendStream. |
| 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. |
| StreamClosedEvent |
Informs the RTP listener that a transmitting stream has been
closed in the RTP SessionManager |
| 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. |
| TimeoutEvent |
Informs the RTP listener that a certain SSRC has not sent packets
in a long while and can be considered timed-out. |