UNPKG

@ngx-telly/player

Version:

Telly - Angular frame-accurate HTML player

11 lines (10 loc) 457 B
import { TellyMedia } from "@ngx-telly/player/core"; import { TellyEventsService } from "./telly-events.service"; import * as i0 from "@angular/core"; export declare class TellyDurationCapperService { events: TellyEventsService; cap?: number; set(cap: number, media: TellyMedia): void; static ɵfac: i0.ɵɵFactoryDeclaration<TellyDurationCapperService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TellyDurationCapperService>; }