mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(spf): export getMediaPlaylistMetadata from the hls entry
Surfaces the HLS media-playlist metadata accessor (and MediaPlaylistMetadata
type) on @videojs/spf/hls, including playlistType ('VOD' | 'EVENT'). Lets
consumers distinguish an EVENT / DVR source from sliding-window live directly
from the manifest instead of inferring it from the seekable window size.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
da33b10952
commit
53d99493d6
@@ -1,3 +1,8 @@
|
||||
// HLS media-playlist metadata, including `playlistType` ('VOD' | 'EVENT'). Lets
|
||||
// consumers distinguish an EVENT / DVR source from sliding-window live directly
|
||||
// from the manifest, rather than inferring it from the seekable window size.
|
||||
export type { MediaPlaylistMetadata } from '../../../media/types';
|
||||
export { getMediaPlaylistMetadata } from '../../../media/types';
|
||||
export type { SimpleHlsMediaAPI, SimpleHlsMediaProps } from './adapter';
|
||||
export { SimpleHlsMediaElement, SimpleHlsMediaMixin, simpleHlsMediaDefaultProps } from './adapter';
|
||||
export type { SimpleHlsAudioOnlyMediaAPI, SimpleHlsAudioOnlyMediaProps } from './adapter-audio-only';
|
||||
|
||||
Reference in New Issue
Block a user