UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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