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