UNPKG

ngx-video-list-player

Version:

A simple Angular video player with video list. No dependecies. Only custom controls, css, ts and svgs. Youtube support

9 lines (8 loc) 225 B
export declare class YoutubeStateConstant { static Unstarted: number; static Ended: number; static Playing: number; static Paused: number; static Buffering: number; static VideoCued: number; }