UNPKG

@uploadcare/uc-video

Version:

Uploadcare's UCVideo solution for adaptive bitrate streaming

16 lines (15 loc) 490 B
import { VideoPlayerWithPlugins } from '../../configuration'; declare const Plugin: Function | typeof import('video.js/dist/types/plugin').default | undefined; type Player = VideoPlayerWithPlugins & { showLogo: (value: boolean) => void; controlBar: any; }; export declare class Logo extends Plugin { private player; private logoEl; private state; private options_; constructor(player: Player, options?: {}); _setVisibility(show: boolean): void; } export {};