UNPKG

xgplayer-dash

Version:
17 lines (16 loc) 346 B
export default Box; declare class Box { static containerParser(): void; headSize: number; size: number; type: string; subBox: any[]; start: number; readHeader(stream: any): void; readBody(stream: any): void; data: any; read(stream: any): void; } declare namespace Box { const containerBox: string[]; }