Class RTCPReportAdapter

    • Constructor Detail

      • RTCPReportAdapter

        public RTCPReportAdapter()
    • Method Detail

      • rtcpExtendedReportReceived

        public void rtcpExtendedReportReceived​(RTCPExtendedReport extendedReport)
        Notifies this listener that a specific RTCP XR was received by the local endpoint.
        Specified by:
        rtcpExtendedReportReceived in interface RTCPReportListener
        Parameters:
        extendedReport - the received RTCP XR
      • rtcpExtendedReportSent

        public void rtcpExtendedReportSent​(RTCPExtendedReport extendedReport)
        Notifies this listener that a specific RTCP XR was sent by the local endpoint.
        Specified by:
        rtcpExtendedReportSent in interface RTCPReportListener
        Parameters:
        extendedReport - the sent RTCP XR
      • rtcpReportReceived

        public void rtcpReportReceived​(net.sf.fmj.media.rtp.RTCPReport report)
        Notifies this listener that a specific RTCP SR or RR was received by the local endpoint.
        Specified by:
        rtcpReportReceived in interface RTCPReportListener
        Parameters:
        report - the received RTCP SR or RR
      • rtcpReportSent

        public void rtcpReportSent​(net.sf.fmj.media.rtp.RTCPReport report)
        Notifies this listener that a specific RTCP SR or RR was sent by the local endpoint.
        Specified by:
        rtcpReportSent in interface RTCPReportListener
        Parameters:
        report - the sent RTCP SR or RR