UNPKG

active-switching

Version:

NPAW's SDK for CDN Balancing and P2P

10 lines (9 loc) 166 B
/** * @class * @description This class stores information about segments * @exports Segment */ export default class Segment { uri: string; pos: number; }