UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

14 lines (13 loc) 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DashOnDemandRepresentationType = void 0; /** * @export * @enum {string} */ var DashOnDemandRepresentationType; (function (DashOnDemandRepresentationType) { DashOnDemandRepresentationType["SEGMENT_BASE"] = "SEGMENT_BASE"; DashOnDemandRepresentationType["SEGMENT_LIST"] = "SEGMENT_LIST"; })(DashOnDemandRepresentationType || (exports.DashOnDemandRepresentationType = DashOnDemandRepresentationType = {})); exports.default = DashOnDemandRepresentationType;