active-switching
Version:
NPAW's SDK for CDN Balancing and P2P
10 lines (9 loc) • 326 B
TypeScript
/**
* @class
* @description This class connect to cdn the cdb balancer api and hepls to get data
* @exports BandwithLimiterBusinessObject
*/
import { VideoSegment } from '../Storage/VideoSegment';
export default class BandwithLimiterBusinessObject {
limit(maxBandwith: number, segment: VideoSegment): Promise<void>;
}