UNPKG

@slashedcloud/player

Version:

A media player application utilizing Shaka Player for adaptive video streaming, capable of playing HLS, MPD and plain HTTP video streams.

10 lines (9 loc) 316 B
import { default as Plugin } from '../Base'; import { default as Player } from '../../Player'; export default class BigPlayButtonPlugin extends Plugin { readonly name = "BigPlayButtonPlugin"; timerId: NodeJS.Timeout | null; constructor(player: Player); setup(): Promise<void>; onEvent(): void; }