UNPKG

media-stream-library

Version:

Media stream library for Node & the Web.

12 lines (11 loc) 261 B
import { Tube } from '../component'; /** * A component that converts raw binary MP4 data into ISOM boxes. * @extends {Component} */ export declare class Mp4Parser extends Tube { /** * Create a new RTSP parser component. */ constructor(); }