mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(spf): HLS engine composition walkthrough + doc-driven cleanups (#1512)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
17d44a5d32
commit
0cfd3bb395
@@ -1,4 +1,4 @@
|
||||
import { SpfMediaMixin } from '@videojs/spf/dom';
|
||||
import { SimpleHlsMediaMixin } from '@videojs/spf/hls';
|
||||
import { HTMLVideoElementHost } from '../video-host';
|
||||
|
||||
export class SimpleHlsMedia extends SpfMediaMixin(HTMLVideoElementHost) {}
|
||||
export class SimpleHlsMedia extends SimpleHlsMediaMixin(HTMLVideoElementHost) {}
|
||||
|
||||
Reference in New Issue
Block a user