import * as i0 from '@angular/core'; import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef, SimpleChanges } from '@angular/core'; import { Subscription } from 'rxjs'; import * as i4 from '@videogular/ngx-videogular/core'; import { VgApiService, IDRMLicenseServer, BitrateOptions, IHLSConfig } from '@videogular/ngx-videogular/core'; import * as i3 from '@angular/common'; declare class VgDashDirective implements OnInit, OnChanges, OnDestroy { private ref; API: VgApiService; vgDash: string; vgDRMToken: string; vgDRMLicenseServer: IDRMLicenseServer; onGetBitrates: EventEmitter; vgFor: string; target: any; dash: any; subscriptions: Subscription[]; constructor(ref: ElementRef, API: VgApiService); ngOnInit(): void; onPlayerReady(): void; ngOnChanges(changes: SimpleChanges): void; createPlayer(): void; setBitrate({ mediaType, qualityIndex }: BitrateOptions): void; destroyPlayer(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class VgHlsDirective implements OnInit, OnChanges, OnDestroy { private ref; API: VgApiService; vgHls: string; vgHlsHeaders: { [key: string]: string; }; config: IHLSConfig; onGetBitrates: EventEmitter; vgFor: string; target: any; hls: any; preload: boolean; crossorigin: string; subscriptions: Subscription[]; constructor(ref: ElementRef, API: VgApiService); ngOnInit(): void; onPlayerReady(): void; ngOnChanges(changes: SimpleChanges): void; createPlayer(): void; setBitrate(bitrate: BitrateOptions): void; destroyPlayer(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class VgStreamingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { VgDashDirective, VgHlsDirective, VgStreamingModule };