UNPKG

@byomakase/omakase-player

Version:

## Omakase Player - Open source JavaScript framework for building frame accurate video experiences

7 lines (6 loc) 261 B
import { Api } from './api'; import { SubtitlesVttFile } from '../vtt'; import { VttAwareApi } from './vtt-aware-api'; import { SubtitlesVttCue } from '../types'; export interface SubtitlesLaneApi extends Api, VttAwareApi<SubtitlesVttCue, SubtitlesVttFile> { }