|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--javax.media.MediaEvent
|
+--javax.media.rtp.event.RTPEvent
|
+--javax.media.rtp.event.SessionEvent
|
+--javax.media.rtp.event.LocalCollisionEvent
Informs the RTP client that the SSRC it was using collided with another SSRC in the session. A new SSRC is provided for the client's use; however, the client can override this value by returning a different one.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
LocalCollisionEvent(SessionManager from,
ReceiveStream recvStream,
long newSSRC)
|
|
| Method Summary | |
long |
getNewSSRC()
|
ReceiveStream |
getReceiveStream()
|
| 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 |
public LocalCollisionEvent(SessionManager from,
ReceiveStream recvStream,
long newSSRC)
| Method Detail |
public ReceiveStream getReceiveStream()
public long getNewSSRC()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||