UNPKG
@signiant/media-shuttle-sdk-base
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
The base parent sdk behind other media shuttle sdks (e.g. media-shuttle-sdk)
www.signiant.com
@signiant/media-shuttle-sdk-base
/
dist
/
esm
/
internal
/
enums
/
AppTransferProtocol.d.ts
7 lines
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
enum
AppTransferProtocol
{
UDP
=
"mxwan"
,
TCP
=
"mxtcp"
,
HTTP
=
"http"
}
export
default
AppTransferProtocol
;
//# sourceMappingURL=AppTransferProtocol.d.ts.map