UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

14 lines (13 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EgressCategory = void 0; /** * @export * @enum {string} */ var EgressCategory; (function (EgressCategory) { EgressCategory["TRANSFER_RETRY"] = "TRANSFER_RETRY"; EgressCategory["TRANSFER"] = "TRANSFER"; })(EgressCategory || (exports.EgressCategory = EgressCategory = {})); exports.default = EgressCategory;