@100mslive/hls-player
Version:
HLS client library which uses HTML5 Video element and Media Source Extension for playback
8 lines (7 loc) • 431 B
text/typescript
import { HlsPlayerStats } from '@100mslive/hls-stats';
import { HMSHLSPlayer } from './controllers/HMSHLSPlayer';
import { HMSHLSException } from './error/HMSHLSException';
import { HMSHLSLayer } from './interfaces/IHMSHLSLayer';
import { HLSPlaybackState, HMSHLSPlayerEvents } from './utilies/constants';
export type { HMSHLSLayer, HMSHLSException, HlsPlayerStats };
export { HMSHLSPlayer, HLSPlaybackState, HMSHLSPlayerEvents };