UNPKG

@byomakase/omakase-player

Version:

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

5 lines (4 loc) 132 B
import { Video } from '../video'; export declare class VideoUtil { static isInitSegment(video: Video, time: number): boolean; }