#include <remote_bitrate_estimator_single_stream.h>
|
| | RemoteBitrateEstimatorSingleStream (RemoteBitrateObserver *observer, Clock *clock) |
| |
| virtual | ~RemoteBitrateEstimatorSingleStream () |
| |
| void | IncomingPacket (int64_t arrival_time_ms, size_t payload_size, const RTPHeader &header) override |
| |
| void | Process () override |
| |
| int64_t | TimeUntilNextProcess () override |
| |
| void | OnRttUpdate (int64_t avg_rtt_ms, int64_t max_rtt_ms) override |
| |
| void | RemoveStream (uint32_t ssrc) override |
| |
| bool | LatestEstimate (std::vector< uint32_t > *ssrcs, uint32_t *bitrate_bps) const override |
| |
| void | SetMinBitrate (int min_bitrate_bps) override |
| |
| | RemoteBitrateEstimatorSingleStream (RemoteBitrateObserver *observer, Clock *clock) |
| |
| virtual | ~RemoteBitrateEstimatorSingleStream () |
| |
| void | IncomingPacket (int64_t arrival_time_ms, size_t payload_size, const RTPHeader &header) override |
| |
| void | Process () override |
| |
| int64_t | TimeUntilNextProcess () override |
| |
| void | OnRttUpdate (int64_t avg_rtt_ms, int64_t max_rtt_ms) override |
| |
| void | RemoveStream (uint32_t ssrc) override |
| |
| bool | LatestEstimate (std::vector< uint32_t > *ssrcs, uint32_t *bitrate_bps) const override |
| |
| void | SetMinBitrate (int min_bitrate_bps) override |
| |
| virtual | ~RemoteBitrateEstimator () |
| |
| virtual void | IncomingPacketFeedbackVector (const std::vector< PacketInfo > &packet_feedback_vector) |
| |
| virtual bool | GetStats (ReceiveBandwidthEstimatorStats *output) const |
| |
| virtual | ~RemoteBitrateEstimator () |
| |
| virtual void | IncomingPacketFeedbackVector (const std::vector< PacketInfo > &packet_feedback_vector) |
| |
| virtual bool | GetStats (ReceiveBandwidthEstimatorStats *output) const |
| |
| virtual | ~CallStatsObserver () |
| |
| virtual | ~CallStatsObserver () |
| |
| virtual void | ProcessThreadAttached (ProcessThread *) |
| |
| virtual void | ProcessThreadAttached (ProcessThread *) |
| |
◆ RemoteBitrateEstimatorSingleStream() [1/2]
| webrtc::RemoteBitrateEstimatorSingleStream::RemoteBitrateEstimatorSingleStream |
( |
RemoteBitrateObserver * |
observer, |
|
|
Clock * |
clock |
|
) |
| |
◆ ~RemoteBitrateEstimatorSingleStream() [1/2]
| webrtc::RemoteBitrateEstimatorSingleStream::~RemoteBitrateEstimatorSingleStream |
( |
| ) |
|
|
virtual |
◆ RemoteBitrateEstimatorSingleStream() [2/2]
| webrtc::RemoteBitrateEstimatorSingleStream::RemoteBitrateEstimatorSingleStream |
( |
RemoteBitrateObserver * |
observer, |
|
|
Clock * |
clock |
|
) |
| |
◆ ~RemoteBitrateEstimatorSingleStream() [2/2]
| virtual webrtc::RemoteBitrateEstimatorSingleStream::~RemoteBitrateEstimatorSingleStream |
( |
| ) |
|
|
virtual |
◆ IncomingPacket() [1/2]
| void webrtc::RemoteBitrateEstimatorSingleStream::IncomingPacket |
( |
int64_t |
arrival_time_ms, |
|
|
size_t |
payload_size, |
|
|
const RTPHeader & |
header |
|
) |
| |
|
overridevirtual |
◆ IncomingPacket() [2/2]
| void webrtc::RemoteBitrateEstimatorSingleStream::IncomingPacket |
( |
int64_t |
arrival_time_ms, |
|
|
size_t |
payload_size, |
|
|
const RTPHeader & |
header |
|
) |
| |
|
overridevirtual |
◆ LatestEstimate() [1/2]
| bool webrtc::RemoteBitrateEstimatorSingleStream::LatestEstimate |
( |
std::vector< uint32_t > * |
ssrcs, |
|
|
uint32_t * |
bitrate_bps |
|
) |
| const |
|
overridevirtual |
◆ LatestEstimate() [2/2]
| bool webrtc::RemoteBitrateEstimatorSingleStream::LatestEstimate |
( |
std::vector< uint32_t > * |
ssrcs, |
|
|
uint32_t * |
bitrate_bps |
|
) |
| const |
|
overridevirtual |
◆ OnRttUpdate() [1/2]
| void webrtc::RemoteBitrateEstimatorSingleStream::OnRttUpdate |
( |
int64_t |
avg_rtt_ms, |
|
|
int64_t |
max_rtt_ms |
|
) |
| |
|
overridevirtual |
◆ OnRttUpdate() [2/2]
| void webrtc::RemoteBitrateEstimatorSingleStream::OnRttUpdate |
( |
int64_t |
avg_rtt_ms, |
|
|
int64_t |
max_rtt_ms |
|
) |
| |
|
overridevirtual |
◆ Process() [1/2]
| void webrtc::RemoteBitrateEstimatorSingleStream::Process |
( |
| ) |
|
|
overridevirtual |
◆ Process() [2/2]
| void webrtc::RemoteBitrateEstimatorSingleStream::Process |
( |
| ) |
|
|
overridevirtual |
◆ RemoveStream() [1/2]
| void webrtc::RemoteBitrateEstimatorSingleStream::RemoveStream |
( |
uint32_t |
ssrc | ) |
|
|
overridevirtual |
◆ RemoveStream() [2/2]
| void webrtc::RemoteBitrateEstimatorSingleStream::RemoveStream |
( |
uint32_t |
ssrc | ) |
|
|
overridevirtual |
◆ SetMinBitrate() [1/2]
| void webrtc::RemoteBitrateEstimatorSingleStream::SetMinBitrate |
( |
int |
min_bitrate_bps | ) |
|
|
overridevirtual |
◆ SetMinBitrate() [2/2]
| void webrtc::RemoteBitrateEstimatorSingleStream::SetMinBitrate |
( |
int |
min_bitrate_bps | ) |
|
|
overridevirtual |
◆ TimeUntilNextProcess() [1/2]
| int64_t webrtc::RemoteBitrateEstimatorSingleStream::TimeUntilNextProcess |
( |
| ) |
|
|
overridevirtual |
◆ TimeUntilNextProcess() [2/2]
| int64_t webrtc::RemoteBitrateEstimatorSingleStream::TimeUntilNextProcess |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: