UNPKG

media-stream-library

Version:

Media stream library for Node & the Web.

9 lines (8 loc) 210 B
export interface MediaTrack { type: string; encoding?: string; mime?: string; codec?: any; } export declare const BOX_HEADER_BYTES = 8; export declare const boxType: (buffer: Buffer) => string;