UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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