javax.media.rtp.event
Class SenderReportEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.media.MediaEvent
              |
              +--javax.media.rtp.event.RTPEvent
                    |
                    +--javax.media.rtp.event.RemoteEvent
                          |
                          +--javax.media.rtp.event.SenderReportEvent
All Implemented Interfaces:
java.io.Serializable

public class SenderReportEvent
extends RemoteEvent

Informs the RTP listener that an RTCP sender report (SR) has been received. The Participant sending the SR is available by calling getParticipant() on the senderReport object. The RTPStream representing the stream being reported on is available by calling getStream() on the senderReport object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SenderReportEvent(SessionManager from, SenderReport report)
           
 
Method Summary
 SenderReport getReport()
          The RTCP sender report
 
Methods inherited from class javax.media.rtp.event.RTPEvent
getSessionManager, getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SenderReportEvent

public SenderReportEvent(SessionManager from,
                         SenderReport report)
Method Detail

getReport

public SenderReport getReport()
The RTCP sender report