Uses of Class
org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Packages that use RTCPExtendedReport Package Description org.jitsi.service.neomedia.rtp -
-
Uses of RTCPExtendedReport in org.jitsi.service.neomedia.rtp
Methods in org.jitsi.service.neomedia.rtp that return RTCPExtendedReport Modifier and Type Method Description RTCPExtendedReportRTCPReports. 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.RTCPExtendedReportRTCPReports. 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.Methods in org.jitsi.service.neomedia.rtp with parameters of type RTCPExtendedReport Modifier and Type Method Description voidRTCPReportAdapter. rtcpExtendedReportReceived(RTCPExtendedReport extendedReport)Notifies this listener that a specific RTCP XR was received by the local endpoint.voidRTCPReportListener. rtcpExtendedReportReceived(RTCPExtendedReport extendedReport)Notifies this listener that a specific RTCP XR was received by the local endpoint.voidRTCPReports. rtcpExtendedReportReceived(RTCPExtendedReport extendedReport)Notifies this instance that a specific RTCPExtendedReport was received by the local endpoint.voidRTCPReportAdapter. rtcpExtendedReportSent(RTCPExtendedReport extendedReport)Notifies this listener that a specific RTCP XR was sent by the local endpoint.voidRTCPReportListener. rtcpExtendedReportSent(RTCPExtendedReport extendedReport)Notifies this listener that a specific RTCP XR was sent by the local endpoint.voidRTCPReports. rtcpExtendedReportSent(RTCPExtendedReport extendedReport)Notifies this instance that a specific RTCPExtendedReport was sent by the local endpoint.
-