@ngx-telly/plugin-timecode
Version:
Telly - SMPTE timecode plugin
12 lines (11 loc) • 608 B
TypeScript
import { PlayerComponent, ScrubBarComponent } from '@ngx-telly/player';
import { TellyTimecodeDirective } from '../../directives/timecode.directive';
import * as i0 from "@angular/core";
export declare class ScrubBarTimecodeComponent {
scrubBar: ScrubBarComponent;
directive: TellyTimecodeDirective;
player: PlayerComponent;
time$: import("rxjs").Observable<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<ScrubBarTimecodeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ScrubBarTimecodeComponent, "telly-scrub-bar-timecode", never, {}, {}, never, ["*"], true, never>;
}