UNPKG
media-stream-library
Version:
latest (13.3.3)
next (14.0.0-beta.11)
14.0.0-beta.11
14.0.0-beta.10
14.0.0-beta.9
14.0.0-beta.8
14.0.0-beta.7
14.0.0-beta.6
14.0.0-beta.4
14.0.0-beta.1
14.0.0-beta.0
13.3.3
13.3.2
13.1.1
13.1.0
13.0.0
12.3.0
12.2.0
12.1.1
11.2.0
11.1.2
11.1.1
11.0.0
10.4.1
10.4.0
10.3.0
10.2.0
10.1.1
10.1.0
10.0.6
10.0.5
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
10.0.0-alpha.3
10.0.0-alpha.2
10.0.0-alpha.1
10.0.0-alpha.0
9.3.2
9.3.1
9.3.0
9.2.1
9.2.0
9.1.1
9.1.0
9.0.1
9.0.0
8.0.4
8.0.3
8.0.2
7.2.0
7.1.0
7.0.6
7.0.5
7.0.4
7.0.3
7.0.1
7.0.0
6.1.4
6.1.0
6.0.5
6.0.4
6.0.3
6.0.0
6.0.0-alpha.2
6.0.0-alpha.1
5.0.0
5.0.0-beta.3
5.0.0-beta.1
5.0.0-alpha.8
5.0.0-alpha.7
5.0.0-alpha.6
5.0.0-alpha.5
4.0.7
4.0.5
4.0.3
4.0.2
4.0.1
4.0.0
Media stream library for Node & the Web.
AxisCommunications/media-stream-library-js
media-stream-library
/
dist
/
src
/
components
/
mp4-parser
/
index.d.ts
12 lines
(11 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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
(
); }