UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

19 lines (18 loc) 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TsProgramMapTableConfiguration = void 0; const Mapper_1 = require("../common/Mapper"); /** * @export * @class TsProgramMapTableConfiguration */ class TsProgramMapTableConfiguration { constructor(obj) { if (!obj) { return; } this.pid = (0, Mapper_1.map)(obj.pid); } } exports.TsProgramMapTableConfiguration = TsProgramMapTableConfiguration; exports.default = TsProgramMapTableConfiguration;