Interface RTCPReportListener

    • Method Detail

      • rtcpExtendedReportReceived

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

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

        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.
        Parameters:
        report - the received RTCP SR or RR
      • rtcpReportSent

        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.
        Parameters:
        report - the sent RTCP SR or RR