UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

23 lines (22 loc) 763 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SmoothManifestContentProtection = void 0; const Mapper_1 = require("../common/Mapper"); const BitmovinResource_1 = require("./BitmovinResource"); /** * @export * @class SmoothManifestContentProtection */ class SmoothManifestContentProtection extends BitmovinResource_1.default { constructor(obj) { super(obj); if (!obj) { return; } this.encodingId = (0, Mapper_1.map)(obj.encodingId); this.muxingId = (0, Mapper_1.map)(obj.muxingId); this.drmId = (0, Mapper_1.map)(obj.drmId); } } exports.SmoothManifestContentProtection = SmoothManifestContentProtection; exports.default = SmoothManifestContentProtection;