videogular2
Version:
Videogular is a video application framework for desktop and mobile powered by Angular
32 lines (31 loc) • 962 B
TypeScript
export declare class VgEvents {
static VG_ABORT: string;
static VG_CAN_PLAY: string;
static VG_CAN_PLAY_THROUGH: string;
static VG_DURATION_CHANGE: string;
static VG_EMPTIED: string;
static VG_ENCRYPTED: string;
static VG_ENDED: string;
static VG_ERROR: string;
static VG_LOADED_DATA: string;
static VG_LOADED_METADATA: string;
static VG_LOAD_START: string;
static VG_PAUSE: string;
static VG_PLAY: string;
static VG_PLAYING: string;
static VG_PROGRESS: string;
static VG_RATE_CHANGE: string;
static VG_SEEK: string;
static VG_SEEKED: string;
static VG_SEEKING: string;
static VG_STALLED: string;
static VG_SUSPEND: string;
static VG_TIME_UPDATE: string;
static VG_VOLUME_CHANGE: string;
static VG_WAITING: string;
static VG_LOAD: string;
static VG_ENTER: string;
static VG_EXIT: string;
static VG_START_ADS: string;
static VG_END_ADS: string;
}