UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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