UNPKG

pgs.js

Version:

PGS (Presentation Graphic Stream) Subtitle For HTML5 Media Playback

12 lines 459 B
import { AcquisitionPointForRender } from '../render'; import PGSFeeder, { PGSFeederOption } from './feeder'; export default class PGSSupFeeder implements PGSFeeder { private option; private acquisitions; constructor(sup: ArrayBuffer, option?: Partial<PGSFeederOption>); content(time: number): Readonly<AcquisitionPointForRender> | null; onattach(): void; ondetach(): void; onseek(): void; } //# sourceMappingURL=supfeeder.d.ts.map