UNPKG

@jxstjh/jhvideo

Version:

HTML5 jhvideo base on MPEG2-TS Stream Player

13 lines (10 loc) 248 B
// TypeScript Version: 2.3 import '../d.ts/mpegts.d.ts'; declare module 'PCMPlayer' { const content: any; export default content; } declare module 'AudioEncodeProcessor' { const content: any; export default content; }