UNPKG
h264-nalu-parser
Version:
latest (1.0.0)
1.0.0
A parser for H264 NAL unit streams.
github.com/gliese1337/HLS.js/nalustream
gliese1337/HLS.js
h264-nalu-parser
/
dist
/
index.d.ts
2 lines
(1 loc)
•
69 B
TypeScript
View Raw
1
2
export
default
function
(
bytes:
Uint8Array
):
Generator
<
Uint8Array
>;