@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
16 lines (15 loc) • 429 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProfileH264 = void 0;
/**
* @export
* @enum {string}
*/
var ProfileH264;
(function (ProfileH264) {
ProfileH264["BASELINE"] = "BASELINE";
ProfileH264["MAIN"] = "MAIN";
ProfileH264["HIGH"] = "HIGH";
ProfileH264["HIGH422"] = "HIGH422";
})(ProfileH264 || (exports.ProfileH264 = ProfileH264 = {}));
exports.default = ProfileH264;