xgplayer-dash
Version:
xgplayer plugin for MPEG-DASH
17 lines (16 loc) • 346 B
TypeScript
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[];
}