123456789101112131415 |
- import { OnChanges, SimpleChanges, ElementRef } from '@angular/core';
- import * as i0 from "@angular/core";
- export declare class FmVideoComponent implements OnChanges {
- url: string;
- canvasRef: ElementRef<HTMLCanvasElement>;
- private video;
- private ctx;
- canvasStyle: any;
- constructor();
- ngOnChanges(changes: SimpleChanges): void;
- play(url: string): void;
- private drawFrame;
- static ɵfac: i0.ɵɵFactoryDeclaration<FmVideoComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<FmVideoComponent, "fm-video", never, { "url": { "alias": "url"; "required": false; }; "canvasStyle": { "alias": "canvasStyle"; "required": false; }; }, {}, never, never, true, never>;
- }
|