@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
14 lines (13 loc) • 599 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.H265V2RateControlModeConfigType = void 0;
/**
* @export
* @enum {string}
*/
var H265V2RateControlModeConfigType;
(function (H265V2RateControlModeConfigType) {
H265V2RateControlModeConfigType["PERCEPTUAL_QUALITY_MODE"] = "PERCEPTUAL_QUALITY_MODE";
H265V2RateControlModeConfigType["CONSTANT_BITRATE_MODE"] = "CONSTANT_BITRATE_MODE";
})(H265V2RateControlModeConfigType || (exports.H265V2RateControlModeConfigType = H265V2RateControlModeConfigType = {}));
exports.default = H265V2RateControlModeConfigType;