Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.neomedia.event
Class RTCPFeedbackEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.java.sip.communicator.service.neomedia.event.RTCPFeedbackEvent
All Implemented Interfaces:
Serializable

public class RTCPFeedbackEvent
extends EventObject

Represents an event coming from RTCP that meant to tell codec to do something (i.e send a keyframe, ...).

Author:
Sebastien Vincent
See Also:
Serialized Form

Field Summary
static int FMT_FIR
          Full Intra-frame Request message type.
static int FMT_PLI
          Picture Loss Indication message type.
static int PT_PS
          Payload-specific type (payload type).
static int PT_TL
          Transport layer type (payload type).
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RTCPFeedbackEvent(Object src, int feedbackMessageType, int payloadType)
          Constructor.
 
Method Summary
 int getFeedbackMessageType()
          Get feedback message type.
 int getPayloadType()
          Get payload type of RTCP packet.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PT_TL

public static final int PT_TL
Transport layer type (payload type).

See Also:
Constant Field Values

PT_PS

public static final int PT_PS
Payload-specific type (payload type).

See Also:
Constant Field Values

FMT_PLI

public static final int FMT_PLI
Picture Loss Indication message type.

See Also:
Constant Field Values

FMT_FIR

public static final int FMT_FIR
Full Intra-frame Request message type.

See Also:
Constant Field Values
Constructor Detail

RTCPFeedbackEvent

public RTCPFeedbackEvent(Object src,
                         int feedbackMessageType,
                         int payloadType)
Constructor.

Parameters:
src - source
feedbackMessageType - FMT
payloadType - PT
Method Detail

getFeedbackMessageType

public int getFeedbackMessageType()
Get feedback message type.

Returns:
message type

getPayloadType

public int getPayloadType()
Get payload type of RTCP packet.

Returns:
payload type

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.