Uses of Interface
org.jitsi.service.neomedia.rtp.RTCPReportListener
-
Packages that use RTCPReportListener Package Description org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation org.jitsi.service.neomedia.rtp -
-
Uses of RTCPReportListener in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation
Classes in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation that implement RTCPReportListener Modifier and Type Class Description classBandwidthEstimatorImplImplements part of the send-side bandwidth estimation described in https://tools.ietf.org/html/draft-ietf-rmcat-gcc-01 Heavily based on code from webrtc.org (bitrate_controller_impl.cc, commit ID 7ad9e661f8a035d49d049ccdb87c77ae8ecdfa35). -
Uses of RTCPReportListener in org.jitsi.service.neomedia.rtp
Classes in org.jitsi.service.neomedia.rtp that implement RTCPReportListener Modifier and Type Class Description classRTCPReportAdapterA default implementation of RTCPReportListener to facilitate implementers.Methods in org.jitsi.service.neomedia.rtp that return types with arguments of type RTCPReportListener Modifier and Type Method Description List<RTCPReportListener>RTCPReports. getRTCPReportListeners()Gets a list of the RTCPReportListeners to be notified by this instance about the receiving and sending of RTCP RR, SR, and XR.Methods in org.jitsi.service.neomedia.rtp with parameters of type RTCPReportListener Modifier and Type Method Description voidRTCPReports. addRTCPReportListener(RTCPReportListener listener)Adds a new RTCPReportListener to be notified by this instance about the receiving and sending of RTCP RR, SR and XR.voidRTCPReports. removeRTCPReportListener(RTCPReportListener listener)Removes an existing RTCPReportListener to no longer be notified by this instance about the receiving and sending of RTCP RR, SR and XR.
-