UNPKG

npaw-plugin-nwf

Version:
10 lines (9 loc) 326 B
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>; }