@mediatrack/open-player
Version:
文档见 [分秒帧开放平台](https://open.mediatrack.cn/#/docs/api/jssdk/player)
28 lines • 656 B
TypeScript
/**
* 参考 https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement
*/
export declare const EHTMLMedia: {
ABORT: string;
CANPLAY: string;
CANPLAY_THOUGH: string;
DURATION_CHANGE: string;
EMPTIED: string;
ENDED: string;
ERROR: string;
LOADED_DATA: string;
LOADED_METADATA: string;
LOAD_START: string;
PAUSE: string;
PLAY: string;
PLAYING: string;
PROGRESS: string;
RATE_CHANGE: string;
SEEKING: string;
SEEKED: string;
STALLED: string;
SUSPEND: string;
TIME_UPDATE: string;
VOLUME_CHANGE: string;
WAITING: string;
};
//# sourceMappingURL=htmlmedia.d.ts.map