#include "ExtractBitrates.h"
#include <string>
#include <sstream>
#include <cassert>
#include <limits>
#include <map>
Go to the source code of this file.
std::vector< double > extractBitratesForTemporalLayers |
( |
std::istream & |
i | ) |
|
Extracts the average bitrates for each of the temporal layers from the given log
- Parameters
-
i | The input stream that represents the log |
- Returns
- A vector of doubles that contains the average bitrates for each temporal layer
- Exceptions
-
Definition at line 191 of file ExtractBitrates.cpp.