@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
15 lines (14 loc) • 507 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DashRepresentationType = void 0;
/**
* @export
* @enum {string}
*/
var DashRepresentationType;
(function (DashRepresentationType) {
DashRepresentationType["TEMPLATE"] = "TEMPLATE";
DashRepresentationType["LIST"] = "LIST";
DashRepresentationType["TIMELINE"] = "TIMELINE";
})(DashRepresentationType || (exports.DashRepresentationType = DashRepresentationType = {}));
exports.default = DashRepresentationType;