UNPKG

@signiant/media-shuttle-sdk-base

Version:

The base parent sdk behind other media shuttle sdks (e.g. media-shuttle-sdk)

10 lines 230 B
/** * Network protocol type used for transferring files */ declare enum TransferProtocol { UDP = "mxwan", TCP = "mxtcp", HTTP = "http" } export default TransferProtocol; //# sourceMappingURL=TransferProtocol.d.ts.map