|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
net.java.sip.communicator.service.neomedia.event.RTCPFeedbackEvent
public class RTCPFeedbackEvent
Represents an event coming from RTCP that meant to tell codec to do something (i.e send a keyframe, ...).
| 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 |
|---|
public static final int PT_TL
public static final int PT_PS
public static final int FMT_PLI
public static final int FMT_FIR
| Constructor Detail |
|---|
public RTCPFeedbackEvent(Object src,
int feedbackMessageType,
int payloadType)
src - sourcefeedbackMessageType - FMTpayloadType - PT| Method Detail |
|---|
public int getFeedbackMessageType()
public int getPayloadType()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||