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