UNPKG

@uploadcare/uc-video

Version:

Uploadcare's UCVideo solution for adaptive bitrate streaming

12 lines (11 loc) 388 B
import { GeneratePoster } from './generatePoster'; import { HttpSourceSelector } from './httpSourceSelector'; import { Logo } from './logo'; import { UUIDSource } from './UUIDSource'; declare const plugins: { GeneratePoster: typeof GeneratePoster; Logo: typeof Logo; HttpSourceSelector: typeof HttpSourceSelector; UUIDSource: typeof UUIDSource; }; export default plugins;