UNPKG

@dmgt/google-ad-manager-api

Version:
24 lines 911 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContainerType = exports.VariantType = exports.Status = void 0; var Status; (function (Status) { Status["ACTIVE"] = "ACTIVE"; Status["ARCHIVED"] = "ARCHIVED"; Status["UNKNOWN"] = "UNKNOWN"; })(Status || (exports.Status = Status = {})); var VariantType; (function (VariantType) { VariantType["MEDIA"] = "MEDIA"; VariantType["IFRAME"] = "IFRAME"; VariantType["SUBTITLES"] = "SUBTITLES"; VariantType["UNKNOWN"] = "UNKNOWN"; })(VariantType || (exports.VariantType = VariantType = {})); var ContainerType; (function (ContainerType) { ContainerType["TS"] = "TS"; ContainerType["FMP4"] = "FMP4"; ContainerType["HLS_AUDIO"] = "HLS_AUDIO"; ContainerType["UNKNOWN"] = "UNKNOWN"; })(ContainerType || (exports.ContainerType = ContainerType = {})); //# sourceMappingURL=DaiEncodingProfiles.js.map