public class RTCPFeedbackMessageEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
FMT_FIR
Full Intra Request (FIR) RTCP feedback message type.
|
static int |
FMT_PLI
Picture Loss Indication (PLI) feedback message type.
|
static int |
PT_PS
The payload type (PT) of payload-specific RTCP feedback messages.
|
static int |
PT_TL
The payload type (PT) of transport layer RTCP feedback messages.
|
source| Constructor and Description |
|---|
RTCPFeedbackMessageEvent(Object source,
int feedbackMessageType,
int payloadType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFeedbackMessageType()
Get feedback message type (FMT).
|
int |
getPayloadType()
Get payload type (PT) of RTCP packet.
|
getSource, toStringpublic static final int FMT_FIR
public static final int FMT_PLI
public static final int PT_PS
public static final int PT_TL
public RTCPFeedbackMessageEvent(Object source, int feedbackMessageType, int payloadType)
source - sourcefeedbackMessageType - feedback message type (FMT)payloadType - payload type (PT)Copyright © 2021 jitsi.org. All rights reserved.