UNPKG
active-switching
Version:
latest (0.6.7)
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.7
0.5.6
0.5.5
NPAW's SDK for CDN Balancing and P2P
bitbucket.org/npaw/cdn-balancer-js
active-switching
/
dist
/
Resource
/
Segment.d.ts
10 lines
(9 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@class
*
@description
This
class
stores
information
about
segments
* @
exports
Segment
*/
export
default
class
Segment
{ uri: string;
pos
: number; }