UNPKG

@mafalda-sfu/mediasoup-node-fbs

Version:

Node.js flatbuffers extracted from Mediasoup

12 lines (11 loc) 399 B
"use strict"; // automatically generated by the FlatBuffers compiler, do not modify Object.defineProperty(exports, "__esModule", { value: true }); exports.Type = void 0; var Type; (function (Type) { Type[Type["SIMPLE"] = 0] = "SIMPLE"; Type[Type["SIMULCAST"] = 1] = "SIMULCAST"; Type[Type["SVC"] = 2] = "SVC"; Type[Type["PIPE"] = 3] = "PIPE"; })(Type || (exports.Type = Type = {}));