| Package | Description |
|---|---|
| org.jitsi.service.neomedia.rtp |
| Modifier and Type | Method and Description |
|---|---|
RTCPExtendedReport |
RTCPReports.getReceivedRTCPExtendedReport(int ssrc)
Gets the latest RTCP XR received from a specific SSRC (of remote
originator).
|
RTCPExtendedReport[] |
RTCPReports.getReceivedRTCPExtendedReports()
Gets the RTCP extended reports (XR) received by the local endpoint.
|
RTCPExtendedReport |
RTCPReports.getSentRTCPExtendedReport(int ssrc)
Gets the latest RTCP XR sent from a specific SSRC (of local originator).
|
RTCPExtendedReport[] |
RTCPReports.getSentRTCPExtendedReports()
Gets the RTCP extended reports (XR) sent by the local endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTCPReportListener.rtcpExtendedReportReceived(RTCPExtendedReport extendedReport)
Notifies this listener that a specific RTCP XR was received by the local
endpoint.
|
void |
RTCPReportAdapter.rtcpExtendedReportReceived(RTCPExtendedReport extendedReport)
Notifies this listener that a specific RTCP XR was received by the local
endpoint.
|
void |
RTCPReports.rtcpExtendedReportReceived(RTCPExtendedReport extendedReport)
Notifies this instance that a specific RTCPExtendedReport was
received by the local endpoint.
|
void |
RTCPReportListener.rtcpExtendedReportSent(RTCPExtendedReport extendedReport)
Notifies this listener that a specific RTCP XR was sent by the local
endpoint.
|
void |
RTCPReportAdapter.rtcpExtendedReportSent(RTCPExtendedReport extendedReport)
Notifies this listener that a specific RTCP XR was sent by the local
endpoint.
|
void |
RTCPReports.rtcpExtendedReportSent(RTCPExtendedReport extendedReport)
Notifies this instance that a specific RTCPExtendedReport was
sent by the local endpoint.
|
Copyright © 2022 jitsi.org. All rights reserved.