@hmcts/media-viewer
Version:
25 lines • 1.35 kB
TypeScript
import { ElementRef, OnInit, OnDestroy, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
import { ToolbarEventService } from '../../toolbar/toolbar-event.service';
import { ResponseType } from '../viewer-exception.model';
import * as i0 from "@angular/core";
export declare class MultimediaPlayerComponent implements OnInit, OnChanges, OnDestroy {
readonly toolbarEvents: ToolbarEventService;
url: string;
downloadFileName: string;
multimediaOn: boolean;
loadStatus: EventEmitter<ResponseType>;
downloadLink: ElementRef;
videoPlayer: ElementRef;
playbackMsg: string;
private subscription;
constructor(toolbarEvents: ToolbarEventService);
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
ngOnDestroy(): void;
reloadVideo(): void;
onSuccess(): void;
onError(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MultimediaPlayerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MultimediaPlayerComponent, "mv-multimedia-player", never, { "url": { "alias": "url"; "required": false; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; }; "multimediaOn": { "alias": "multimediaOn"; "required": false; }; }, { "loadStatus": "loadStatus"; }, never, never, false, never>;
}
//# sourceMappingURL=multimedia-player.component.d.ts.map