@acdh-oeaw/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
16 lines • 537 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.YouTubeEvents = void 0;
var YouTubeEvents = /** @class */ (function () {
function YouTubeEvents() {
}
YouTubeEvents.UNSTARTED = "unstarted";
YouTubeEvents.ENDED = "ended";
YouTubeEvents.PLAYING = "playing";
YouTubeEvents.PAUSED = "paused";
YouTubeEvents.BUFFERING = "buffering";
YouTubeEvents.CUED = "cued";
return YouTubeEvents;
}());
exports.YouTubeEvents = YouTubeEvents;
//# sourceMappingURL=YouTubeEvents.js.map