javax.media.rtp.event
Class RemotePayloadChangeEvent

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

public class RemotePayloadChangeEvent
extends ReceiveStreamEvent

Informs the RTP listener that a remote RTP sender has changed the payload type of a data stream.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RemotePayloadChangeEvent(SessionManager from, ReceiveStream recvStream, int oldpayload, int newpayload)
           
 
Method Summary
 int getNewPayload()
          The new payload type
 
Methods inherited from class javax.media.rtp.event.ReceiveStreamEvent
getParticipant, 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

RemotePayloadChangeEvent

public RemotePayloadChangeEvent(SessionManager from,
                                ReceiveStream recvStream,
                                int oldpayload,
                                int newpayload)
Method Detail

getNewPayload

public int getNewPayload()
The new payload type