UNPKG

@ngx-telly/plugin-timecode

Version:

Telly - SMPTE timecode plugin

8 lines (7 loc) 225 B
import { TellyMedia } from '@ngx-telly/player/core'; export interface TellyMediaWithTimecode extends TellyMedia { timecode: () => string; step: (interval: number) => void; fps: number; stepInterval: number; }