UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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