UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

14 lines (13 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProfileH265 = void 0; /** * @export * @enum {string} */ var ProfileH265; (function (ProfileH265) { ProfileH265["MAIN"] = "main"; ProfileH265["MAIN10"] = "main10"; })(ProfileH265 || (exports.ProfileH265 = ProfileH265 = {})); exports.default = ProfileH265;