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