Shaka Packager SDK
|
Public Member Functions | |
BandwidthEstimator (int num_blocks) | |
void | AddBlock (uint64_t size, double duration) |
uint64_t | Estimate () const |
Static Public Attributes | |
static const int | kUseAllBlocks = 0 |
Definition at line 15 of file bandwidth_estimator.h.
|
explicit |
num_blocks | is the number of latest blocks to use. Negative values use first N blocks. 0 uses all. |
Definition at line 16 of file bandwidth_estimator.cc.