| Package | Description |
|---|---|
| org.jitsi.impl.neomedia | |
| org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation | |
| org.jitsi.service.neomedia |
| Modifier and Type | Method and Description |
|---|---|
BandwidthEstimator |
VideoMediaStreamImpl.getOrCreateBandwidthEstimator()
Creates an instance of
BandwidthEstimator for this
MediaStream if one doesn't already exist. |
| Modifier and Type | Class and Description |
|---|---|
class |
BandwidthEstimatorImpl
Implements 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).
|
| Modifier and Type | Method and Description |
|---|---|
BandwidthEstimator |
VideoMediaStream.getOrCreateBandwidthEstimator()
Creates an instance of
BandwidthEstimator for this
MediaStream if one doesn't already exist. |
Copyright © 2022 jitsi.org. All rights reserved.