camstreamerlib 4.0.0-beta.142 → 4.0.0-beta.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/CamStreamerAPI.d.ts +40 -0
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +340 -0
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +119 -0
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +7 -0
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/package.json +2 -2
- package/types/CamStreamerAPI.d.ts +40 -0
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +340 -0
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +7 -0
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +7 -0
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +119 -0
- package/types/types/CamStreamerAPI/windySchema.d.ts +7 -0
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +7 -0
package/cjs/CamStreamerAPI.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
77
77
|
input: {
|
|
78
78
|
type: "RTSP_URL";
|
|
79
79
|
url: string;
|
|
80
|
+
internalVapixParameters: string;
|
|
80
81
|
} | {
|
|
81
82
|
type: "CSw";
|
|
82
83
|
} | {
|
|
@@ -164,6 +165,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
164
165
|
input: {
|
|
165
166
|
type: "RTSP_URL";
|
|
166
167
|
url: string;
|
|
168
|
+
internalVapixParameters: string;
|
|
167
169
|
} | {
|
|
168
170
|
type: "CSw";
|
|
169
171
|
} | {
|
|
@@ -248,6 +250,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
248
250
|
input: {
|
|
249
251
|
type: "RTSP_URL";
|
|
250
252
|
url: string;
|
|
253
|
+
internalVapixParameters: string;
|
|
251
254
|
} | {
|
|
252
255
|
type: "CSw";
|
|
253
256
|
} | {
|
|
@@ -344,6 +347,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
344
347
|
input: {
|
|
345
348
|
type: "RTSP_URL";
|
|
346
349
|
url: string;
|
|
350
|
+
internalVapixParameters: string;
|
|
347
351
|
} | {
|
|
348
352
|
type: "CSw";
|
|
349
353
|
} | {
|
|
@@ -428,6 +432,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
428
432
|
input: {
|
|
429
433
|
type: "RTSP_URL";
|
|
430
434
|
url: string;
|
|
435
|
+
internalVapixParameters: string;
|
|
431
436
|
} | {
|
|
432
437
|
type: "CSw";
|
|
433
438
|
} | {
|
|
@@ -512,6 +517,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
512
517
|
input: {
|
|
513
518
|
type: "RTSP_URL";
|
|
514
519
|
url: string;
|
|
520
|
+
internalVapixParameters: string;
|
|
515
521
|
} | {
|
|
516
522
|
type: "CSw";
|
|
517
523
|
} | {
|
|
@@ -596,6 +602,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
596
602
|
input: {
|
|
597
603
|
type: "RTSP_URL";
|
|
598
604
|
url: string;
|
|
605
|
+
internalVapixParameters: string;
|
|
599
606
|
} | {
|
|
600
607
|
type: "CSw";
|
|
601
608
|
} | {
|
|
@@ -680,6 +687,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
680
687
|
input: {
|
|
681
688
|
type: "RTSP_URL";
|
|
682
689
|
url: string;
|
|
690
|
+
internalVapixParameters: string;
|
|
683
691
|
} | {
|
|
684
692
|
type: "CSw";
|
|
685
693
|
} | {
|
|
@@ -764,6 +772,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
764
772
|
input: {
|
|
765
773
|
type: "RTSP_URL";
|
|
766
774
|
url: string;
|
|
775
|
+
internalVapixParameters: string;
|
|
767
776
|
} | {
|
|
768
777
|
type: "CSw";
|
|
769
778
|
} | {
|
|
@@ -848,6 +857,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
848
857
|
input: {
|
|
849
858
|
type: "RTSP_URL";
|
|
850
859
|
url: string;
|
|
860
|
+
internalVapixParameters: string;
|
|
851
861
|
} | {
|
|
852
862
|
type: "CSw";
|
|
853
863
|
} | {
|
|
@@ -932,6 +942,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
932
942
|
input: {
|
|
933
943
|
type: "RTSP_URL";
|
|
934
944
|
url: string;
|
|
945
|
+
internalVapixParameters: string;
|
|
935
946
|
} | {
|
|
936
947
|
type: "CSw";
|
|
937
948
|
} | {
|
|
@@ -1016,6 +1027,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1016
1027
|
input: {
|
|
1017
1028
|
type: "RTSP_URL";
|
|
1018
1029
|
url: string;
|
|
1030
|
+
internalVapixParameters: string;
|
|
1019
1031
|
} | {
|
|
1020
1032
|
type: "CSw";
|
|
1021
1033
|
} | {
|
|
@@ -1100,6 +1112,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1100
1112
|
input: {
|
|
1101
1113
|
type: "RTSP_URL";
|
|
1102
1114
|
url: string;
|
|
1115
|
+
internalVapixParameters: string;
|
|
1103
1116
|
} | {
|
|
1104
1117
|
type: "CSw";
|
|
1105
1118
|
} | {
|
|
@@ -1184,6 +1197,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1184
1197
|
input: {
|
|
1185
1198
|
type: "RTSP_URL";
|
|
1186
1199
|
url: string;
|
|
1200
|
+
internalVapixParameters: string;
|
|
1187
1201
|
} | {
|
|
1188
1202
|
type: "CSw";
|
|
1189
1203
|
} | {
|
|
@@ -1268,6 +1282,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1268
1282
|
input: {
|
|
1269
1283
|
type: "RTSP_URL";
|
|
1270
1284
|
url: string;
|
|
1285
|
+
internalVapixParameters: string;
|
|
1271
1286
|
} | {
|
|
1272
1287
|
type: "CSw";
|
|
1273
1288
|
} | {
|
|
@@ -1352,6 +1367,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1352
1367
|
input: {
|
|
1353
1368
|
type: "RTSP_URL";
|
|
1354
1369
|
url: string;
|
|
1370
|
+
internalVapixParameters: string;
|
|
1355
1371
|
} | {
|
|
1356
1372
|
type: "CSw";
|
|
1357
1373
|
} | {
|
|
@@ -1436,6 +1452,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1436
1452
|
input: {
|
|
1437
1453
|
type: "RTSP_URL";
|
|
1438
1454
|
url: string;
|
|
1455
|
+
internalVapixParameters: string;
|
|
1439
1456
|
} | {
|
|
1440
1457
|
type: "CSw";
|
|
1441
1458
|
} | {
|
|
@@ -1520,6 +1537,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1520
1537
|
input: {
|
|
1521
1538
|
type: "RTSP_URL";
|
|
1522
1539
|
url: string;
|
|
1540
|
+
internalVapixParameters: string;
|
|
1523
1541
|
} | {
|
|
1524
1542
|
type: "CSw";
|
|
1525
1543
|
} | {
|
|
@@ -1604,6 +1622,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1604
1622
|
input: {
|
|
1605
1623
|
type: "RTSP_URL";
|
|
1606
1624
|
url: string;
|
|
1625
|
+
internalVapixParameters: string;
|
|
1607
1626
|
} | {
|
|
1608
1627
|
type: "CSw";
|
|
1609
1628
|
} | {
|
|
@@ -1688,6 +1707,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1688
1707
|
input: {
|
|
1689
1708
|
type: "RTSP_URL";
|
|
1690
1709
|
url: string;
|
|
1710
|
+
internalVapixParameters: string;
|
|
1691
1711
|
} | {
|
|
1692
1712
|
type: "CSw";
|
|
1693
1713
|
} | {
|
|
@@ -1783,6 +1803,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1783
1803
|
input: {
|
|
1784
1804
|
type: "RTSP_URL";
|
|
1785
1805
|
url: string;
|
|
1806
|
+
internalVapixParameters: string;
|
|
1786
1807
|
} | {
|
|
1787
1808
|
type: "CSw";
|
|
1788
1809
|
} | {
|
|
@@ -1870,6 +1891,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1870
1891
|
input: {
|
|
1871
1892
|
type: "RTSP_URL";
|
|
1872
1893
|
url: string;
|
|
1894
|
+
internalVapixParameters: string;
|
|
1873
1895
|
} | {
|
|
1874
1896
|
type: "CSw";
|
|
1875
1897
|
} | {
|
|
@@ -1954,6 +1976,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1954
1976
|
input: {
|
|
1955
1977
|
type: "RTSP_URL";
|
|
1956
1978
|
url: string;
|
|
1979
|
+
internalVapixParameters: string;
|
|
1957
1980
|
} | {
|
|
1958
1981
|
type: "CSw";
|
|
1959
1982
|
} | {
|
|
@@ -2050,6 +2073,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2050
2073
|
input: {
|
|
2051
2074
|
type: "RTSP_URL";
|
|
2052
2075
|
url: string;
|
|
2076
|
+
internalVapixParameters: string;
|
|
2053
2077
|
} | {
|
|
2054
2078
|
type: "CSw";
|
|
2055
2079
|
} | {
|
|
@@ -2134,6 +2158,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2134
2158
|
input: {
|
|
2135
2159
|
type: "RTSP_URL";
|
|
2136
2160
|
url: string;
|
|
2161
|
+
internalVapixParameters: string;
|
|
2137
2162
|
} | {
|
|
2138
2163
|
type: "CSw";
|
|
2139
2164
|
} | {
|
|
@@ -2218,6 +2243,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2218
2243
|
input: {
|
|
2219
2244
|
type: "RTSP_URL";
|
|
2220
2245
|
url: string;
|
|
2246
|
+
internalVapixParameters: string;
|
|
2221
2247
|
} | {
|
|
2222
2248
|
type: "CSw";
|
|
2223
2249
|
} | {
|
|
@@ -2302,6 +2328,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2302
2328
|
input: {
|
|
2303
2329
|
type: "RTSP_URL";
|
|
2304
2330
|
url: string;
|
|
2331
|
+
internalVapixParameters: string;
|
|
2305
2332
|
} | {
|
|
2306
2333
|
type: "CSw";
|
|
2307
2334
|
} | {
|
|
@@ -2386,6 +2413,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2386
2413
|
input: {
|
|
2387
2414
|
type: "RTSP_URL";
|
|
2388
2415
|
url: string;
|
|
2416
|
+
internalVapixParameters: string;
|
|
2389
2417
|
} | {
|
|
2390
2418
|
type: "CSw";
|
|
2391
2419
|
} | {
|
|
@@ -2470,6 +2498,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2470
2498
|
input: {
|
|
2471
2499
|
type: "RTSP_URL";
|
|
2472
2500
|
url: string;
|
|
2501
|
+
internalVapixParameters: string;
|
|
2473
2502
|
} | {
|
|
2474
2503
|
type: "CSw";
|
|
2475
2504
|
} | {
|
|
@@ -2554,6 +2583,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2554
2583
|
input: {
|
|
2555
2584
|
type: "RTSP_URL";
|
|
2556
2585
|
url: string;
|
|
2586
|
+
internalVapixParameters: string;
|
|
2557
2587
|
} | {
|
|
2558
2588
|
type: "CSw";
|
|
2559
2589
|
} | {
|
|
@@ -2638,6 +2668,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2638
2668
|
input: {
|
|
2639
2669
|
type: "RTSP_URL";
|
|
2640
2670
|
url: string;
|
|
2671
|
+
internalVapixParameters: string;
|
|
2641
2672
|
} | {
|
|
2642
2673
|
type: "CSw";
|
|
2643
2674
|
} | {
|
|
@@ -2722,6 +2753,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2722
2753
|
input: {
|
|
2723
2754
|
type: "RTSP_URL";
|
|
2724
2755
|
url: string;
|
|
2756
|
+
internalVapixParameters: string;
|
|
2725
2757
|
} | {
|
|
2726
2758
|
type: "CSw";
|
|
2727
2759
|
} | {
|
|
@@ -2806,6 +2838,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2806
2838
|
input: {
|
|
2807
2839
|
type: "RTSP_URL";
|
|
2808
2840
|
url: string;
|
|
2841
|
+
internalVapixParameters: string;
|
|
2809
2842
|
} | {
|
|
2810
2843
|
type: "CSw";
|
|
2811
2844
|
} | {
|
|
@@ -2890,6 +2923,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2890
2923
|
input: {
|
|
2891
2924
|
type: "RTSP_URL";
|
|
2892
2925
|
url: string;
|
|
2926
|
+
internalVapixParameters: string;
|
|
2893
2927
|
} | {
|
|
2894
2928
|
type: "CSw";
|
|
2895
2929
|
} | {
|
|
@@ -2974,6 +3008,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2974
3008
|
input: {
|
|
2975
3009
|
type: "RTSP_URL";
|
|
2976
3010
|
url: string;
|
|
3011
|
+
internalVapixParameters: string;
|
|
2977
3012
|
} | {
|
|
2978
3013
|
type: "CSw";
|
|
2979
3014
|
} | {
|
|
@@ -3058,6 +3093,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3058
3093
|
input: {
|
|
3059
3094
|
type: "RTSP_URL";
|
|
3060
3095
|
url: string;
|
|
3096
|
+
internalVapixParameters: string;
|
|
3061
3097
|
} | {
|
|
3062
3098
|
type: "CSw";
|
|
3063
3099
|
} | {
|
|
@@ -3142,6 +3178,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3142
3178
|
input: {
|
|
3143
3179
|
type: "RTSP_URL";
|
|
3144
3180
|
url: string;
|
|
3181
|
+
internalVapixParameters: string;
|
|
3145
3182
|
} | {
|
|
3146
3183
|
type: "CSw";
|
|
3147
3184
|
} | {
|
|
@@ -3226,6 +3263,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3226
3263
|
input: {
|
|
3227
3264
|
type: "RTSP_URL";
|
|
3228
3265
|
url: string;
|
|
3266
|
+
internalVapixParameters: string;
|
|
3229
3267
|
} | {
|
|
3230
3268
|
type: "CSw";
|
|
3231
3269
|
} | {
|
|
@@ -3310,6 +3348,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3310
3348
|
input: {
|
|
3311
3349
|
type: "RTSP_URL";
|
|
3312
3350
|
url: string;
|
|
3351
|
+
internalVapixParameters: string;
|
|
3313
3352
|
} | {
|
|
3314
3353
|
type: "CSw";
|
|
3315
3354
|
} | {
|
|
@@ -3394,6 +3433,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3394
3433
|
input: {
|
|
3395
3434
|
type: "RTSP_URL";
|
|
3396
3435
|
url: string;
|
|
3436
|
+
internalVapixParameters: string;
|
|
3397
3437
|
} | {
|
|
3398
3438
|
type: "CSw";
|
|
3399
3439
|
} | {
|