kaltura-node-typescript-client
Version:
Kaltura Node Typescript client
53 lines (52 loc) • 1.38 kB
TypeScript
export declare enum KalturaDeliveryProfileType {
akamaiHd = "12",
akamaiHds = "13",
akamaiHlsDirect = "10",
akamaiHlsManifest = "11",
akamaiHttp = "14",
akamaiRtmp = "15",
akamaiRtsp = "16",
akamaiSs = "17",
appleHttp = "1",
edgeCastHttp = "edgeCast.EDGE_CAST_HTTP",
edgeCastRtmp = "edgeCast.EDGE_CAST_RTMP",
genericHds = "23",
genericHdsManifest = "26",
genericHls = "21",
genericHlsManifest = "25",
genericHttp = "24",
genericRtmp = "28",
genericSs = "27",
hds = "3",
http = "4",
kontikiHttp = "kontiki.KONTIKI_HTTP",
level3Hls = "31",
level3Http = "34",
level3Rtmp = "35",
limelightHttp = "44",
limelightRtmp = "45",
liveAkamaiHds = "1013",
liveDash = "1003",
liveHds = "1002",
liveHls = "1001",
liveHlsToMulticast = "1006",
livePackagerDash = "1009",
livePackagerHds = "1008",
livePackagerHls = "1007",
livePackagerMss = "1010",
liveRtmp = "1005",
localPathAppleHttp = "51",
localPathHds = "53",
localPathHttp = "54",
localPathRtmp = "55",
rtmp = "5",
rtsp = "6",
silverLight = "7",
velocixHds = "velocix.VELOCIX_HDS",
velocixHls = "velocix.VELOCIX_HLS",
vodPackagerDash = "68",
vodPackagerHds = "63",
vodPackagerHls = "61",
vodPackagerHlsManifest = "69",
vodPackagerMss = "67"
}