@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
16 lines (15 loc) • 592 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WeightedPredictionPFrames = void 0;
/**
* Defines the mode for weighted prediction for P-frames
* @export
* @enum {string}
*/
var WeightedPredictionPFrames;
(function (WeightedPredictionPFrames) {
WeightedPredictionPFrames["DISABLED"] = "DISABLED";
WeightedPredictionPFrames["SIMPLE"] = "SIMPLE";
WeightedPredictionPFrames["SMART"] = "SMART";
})(WeightedPredictionPFrames || (exports.WeightedPredictionPFrames = WeightedPredictionPFrames = {}));
exports.default = WeightedPredictionPFrames;