Uses of Interface
org.jitsi.service.neomedia.rtp.BandwidthEstimator
-
Packages that use BandwidthEstimator Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation org.jitsi.service.neomedia -
-
Uses of BandwidthEstimator in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return BandwidthEstimator Modifier and Type Method Description BandwidthEstimatorVideoMediaStreamImpl. getOrCreateBandwidthEstimator()Creates an instance ofBandwidthEstimatorfor thisMediaStreamif one doesn't already exist. -
Uses of BandwidthEstimator in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation
Classes in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation that implement BandwidthEstimator 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 BandwidthEstimator in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return BandwidthEstimator Modifier and Type Method Description BandwidthEstimatorVideoMediaStream. getOrCreateBandwidthEstimator()Creates an instance ofBandwidthEstimatorfor thisMediaStreamif one doesn't already exist.
-