UNPKG

ranui

Version:

A framework-agnostic Web Components UI library built on native custom elements, with TypeScript types, light/dark theming, SSR and PWA support.

9 lines (8 loc) 369 B
import { type EngineAdapter } from './types'; /** * DASH rendition switching — unlike HLS, `dashjs` keeps every bitrate inside * the one already-loaded manifest/session, so quality switching never * reloads the `<video>` (`reloadsOnQualityChange: false`, see * `core/clarity.ts`'s `changeClarity`). */ export declare function createDashAdapter(): EngineAdapter;