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