20 #include "ABRManager.h"
22 long ABRManager::mPersistBandwidth = 0;
23 long long ABRManager::mPersistBandwidthUpdatedTime = 0;
25 ABRManager::ABRManager()
29 int ABRManager::getProfileCount()
const
34 int ABRManager::getBestMatchedProfileIndexByBandWidth(
int bandwidth)
39 int ABRManager::getMaxBandwidthProfile(
const std::string& periodId)
44 long ABRManager::getBandwidthOfProfile(
int profileIndex)