UNPKG

@jxstjh/jhvideo

Version:

HTML5 jhvideo base on MPEG2-TS Stream Player

4 lines (3 loc) 237 B
export type VideoCodec = 'h264' | 'h265' | 'unknown'; export declare function normalizeVideoCodec(videoCodec?: string, codecId?: number): VideoCodec; export declare function completeVideoMediaInfo(mediaInfo: any, codecId?: number): any;