UNPKG
jessibuca
Version:
latest (4.0.0)
4.0.0
a h5 live stream player
github.com/langhuihui/jessibuca
langhuihui/jessibuca
jessibuca
/
packages
/
decoder
/
src
/
index.ts
7 lines
(6 loc)
•
232 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
*
from
"./video_decoder_soft"
;
export
*
from
"./video_decoder_soft_simd"
;
export
*
from
"./video_decoder_hard"
;
export
*
from
"./video_decoder_mse"
;
export
*
from
"./audio_decoder_soft"
;
export
*
from
"./audio_decoder_hard"
;