|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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.SendStreamEvent
|
+--javax.media.rtp.event.LocalPayloadChangeEvent
Informs the RTP listener that a local RTP sender has changed the payload type of a data stream.
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
LocalPayloadChangeEvent(SessionManager from,
SendStream sendStream,
int oldpayload,
int newpayload)
|
|
| Method Summary | |
int |
getNewPayload()
The new payload type |
| Methods inherited from class javax.media.rtp.event.SendStreamEvent |
getParticipant,
getSendStream |
| 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 LocalPayloadChangeEvent(SessionManager from,
SendStream sendStream,
int oldpayload,
int newpayload)
| Method Detail |
public int getNewPayload()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||