import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef, SimpleChanges } from '@angular/core'; import { Subscription } from 'rxjs'; import { IDRMLicenseServer, BitrateOptions, VgApiService } from '@49ing/ngx-videogular/core'; import * as i0 from "@angular/core"; export 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; }