@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
21 lines (20 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PerTitleFixedResolutionAndBitrateConfiguration = void 0;
const Mapper_1 = require("../common/Mapper");
/**
* @export
* @class PerTitleFixedResolutionAndBitrateConfiguration
*/
class PerTitleFixedResolutionAndBitrateConfiguration {
constructor(obj) {
if (!obj) {
return;
}
this.forcedRenditionAboveHighestFixedRepresentation = (0, Mapper_1.map)(obj.forcedRenditionAboveHighestFixedRepresentation);
this.forcedRenditionAboveHighestFixedRepresentationFactor = (0, Mapper_1.map)(obj.forcedRenditionAboveHighestFixedRepresentationFactor);
this.forcedRenditionAboveHighestFixedRepresentationCalculationMode = (0, Mapper_1.map)(obj.forcedRenditionAboveHighestFixedRepresentationCalculationMode);
}
}
exports.PerTitleFixedResolutionAndBitrateConfiguration = PerTitleFixedResolutionAndBitrateConfiguration;
exports.default = PerTitleFixedResolutionAndBitrateConfiguration;