Uses of Interface
org.jitsi.service.neomedia.rtp.BandwidthEstimator.Listener
-
Packages that use BandwidthEstimator.Listener Package Description org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation org.jitsi.service.neomedia.rtp -
-
Uses of BandwidthEstimator.Listener in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation
Methods in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation with parameters of type BandwidthEstimator.Listener Modifier and Type Method Description voidBandwidthEstimatorImpl. addListener(BandwidthEstimator.Listener listener)voidBandwidthEstimatorImpl. removeListener(BandwidthEstimator.Listener listener) -
Uses of BandwidthEstimator.Listener in org.jitsi.service.neomedia.rtp
Methods in org.jitsi.service.neomedia.rtp with parameters of type BandwidthEstimator.Listener Modifier and Type Method Description voidBandwidthEstimator. addListener(BandwidthEstimator.Listener listener)Adds a listener to be notified about changes to the bandwidth estimation.voidBandwidthEstimator. removeListener(BandwidthEstimator.Listener listener)Removes a listener.
-