UNPKG

@ngx-telly/player

Version:

Telly - Angular frame-accurate HTML player

13 lines (12 loc) 532 B
import { TellyPlugin } from '@ngx-telly/player/core'; import * as i0 from "@angular/core"; export declare class TellyPluginOrchestratorService { private readonly plugins; private readonly config; private readonly tellyMedia; constructor(plugins: TellyPlugin[]); registerMediaFactory(): void; private canRegisterMediaFactory; static ɵfac: i0.ɵɵFactoryDeclaration<TellyPluginOrchestratorService, [{ optional: true; }]>; static ɵprov: i0.ɵɵInjectableDeclaration<TellyPluginOrchestratorService>; }