UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

21 lines (20 loc) 692 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EncodingOutputPathsSmoothManifest = void 0; const Mapper_1 = require("../common/Mapper"); /** * @export * @class EncodingOutputPathsSmoothManifest */ class EncodingOutputPathsSmoothManifest { constructor(obj) { if (!obj) { return; } this.id = (0, Mapper_1.map)(obj.id); this.clientManifestPath = (0, Mapper_1.map)(obj.clientManifestPath); this.serverManifestPath = (0, Mapper_1.map)(obj.serverManifestPath); } } exports.EncodingOutputPathsSmoothManifest = EncodingOutputPathsSmoothManifest; exports.default = EncodingOutputPathsSmoothManifest;