camstreamerlib 4.0.0-beta.102 → 4.0.0-beta.104
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/CamOverlayAPI.d.ts +6 -6
- package/cjs/CamStreamerAPI.d.ts +308 -305
- package/cjs/CamStreamerAPI.js +12 -2
- package/cjs/CamSwitcherAPI.js +9 -63
- package/cjs/errors/errors.d.ts +4 -3
- package/cjs/errors/errors.js +3 -1
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +1 -0
- package/cjs/internal/constants.d.ts +1 -0
- package/cjs/internal/constants.js +2 -1
- package/cjs/internal/convertors.d.ts +6 -0
- package/cjs/internal/convertors.js +115 -0
- package/cjs/types/CamOverlayAPI/CamOverlayAPI.d.ts +21 -21
- package/cjs/types/CamOverlayAPI/customGraphicsSchema.d.ts +2 -2
- package/cjs/types/CamOverlayAPI/ptzCompassSchema.d.ts +4 -4
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +1672 -1976
- package/cjs/types/CamStreamerAPI/churchSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/daCastSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/dailymotionSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/gameChangerSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/hlsPullSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/hlsPushSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/ibmSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/microsoftAzureSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/microsoftStreamSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/mpegDvbSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/oldStreamSchema.d.ts +18 -18
- package/cjs/types/CamStreamerAPI/rtmpSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/rtmpSchema.js +1 -1
- package/cjs/types/CamStreamerAPI/sdCardSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/srtSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +91 -56
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +40 -9
- package/cjs/types/CamStreamerAPI/twitchSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/vimeoSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/wowzaSchema.d.ts +30 -38
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +30 -38
- package/cjs/types/CamSwitcherAPI.d.ts +8 -27
- package/cjs/types/CamSwitcherAPI.js +2 -9
- package/cjs/types/common.d.ts +19 -0
- package/cjs/types/common.js +8 -1
- package/cjs/types/ws/CamStreamerEvents.d.ts +44 -0
- package/cjs/types/ws/CamStreamerEvents.js +5 -0
- package/esm/CamStreamerAPI.js +12 -2
- package/esm/CamSwitcherAPI.js +8 -62
- package/esm/errors/errors.js +3 -1
- package/esm/index.js +1 -0
- package/esm/internal/constants.js +1 -0
- package/esm/internal/convertors.js +108 -0
- package/esm/types/CamStreamerAPI/rtmpSchema.js +1 -1
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +40 -9
- package/esm/types/CamSwitcherAPI.js +1 -8
- package/esm/types/common.js +7 -0
- package/esm/types/ws/CamStreamerEvents.js +5 -0
- package/package.json +1 -1
- package/types/CamOverlayAPI.d.ts +6 -6
- package/types/CamStreamerAPI.d.ts +308 -305
- package/types/errors/errors.d.ts +4 -3
- package/types/index.d.ts +1 -0
- package/types/internal/constants.d.ts +1 -0
- package/types/internal/convertors.d.ts +6 -0
- package/types/types/CamOverlayAPI/CamOverlayAPI.d.ts +21 -21
- package/types/types/CamOverlayAPI/customGraphicsSchema.d.ts +2 -2
- package/types/types/CamOverlayAPI/ptzCompassSchema.d.ts +4 -4
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +1672 -1976
- package/types/types/CamStreamerAPI/churchSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/daCastSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/dailymotionSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/gameChangerSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/hlsPullSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/hlsPushSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/ibmSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/microsoftAzureSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/microsoftStreamSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/mpegDvbSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/oldStreamSchema.d.ts +18 -18
- package/types/types/CamStreamerAPI/rtmpSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/sdCardSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/srtSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +91 -56
- package/types/types/CamStreamerAPI/twitchSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/vimeoSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/windySchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/wowzaSchema.d.ts +30 -38
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +30 -38
- package/types/types/CamSwitcherAPI.d.ts +8 -27
- package/types/types/common.d.ts +19 -0
- package/types/types/ws/CamStreamerEvents.d.ts +44 -0
|
@@ -11,6 +11,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
11
11
|
getClient(proxyParams?: TProxyParams): Client | ProxyClient<Client>;
|
|
12
12
|
wsAuthorization(options?: THttpRequestOptions): Promise<string>;
|
|
13
13
|
getUtcTime(options?: THttpRequestOptions): Promise<number>;
|
|
14
|
+
getMaxFps(source?: number, options?: THttpRequestOptions): Promise<any>;
|
|
14
15
|
getStreamList(options?: THttpRequestOptions): Promise<({
|
|
15
16
|
type: "facebook";
|
|
16
17
|
audio: {
|
|
@@ -54,14 +55,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
54
55
|
}[];
|
|
55
56
|
};
|
|
56
57
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
58
|
+
inputUrl: string;
|
|
59
|
+
internalVapixParameters: string;
|
|
60
|
+
userVapixParameters: string;
|
|
61
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
62
|
+
streamDelay: {
|
|
63
|
+
enabled: boolean;
|
|
64
|
+
timeS: number;
|
|
65
|
+
unit: "seconds" | "minutes" | "hours";
|
|
65
66
|
};
|
|
66
67
|
} | {
|
|
67
68
|
type: "mpeg_dvb";
|
|
@@ -107,14 +108,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
107
108
|
}[];
|
|
108
109
|
};
|
|
109
110
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
111
|
+
inputUrl: string;
|
|
112
|
+
internalVapixParameters: string;
|
|
113
|
+
userVapixParameters: string;
|
|
114
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
115
|
+
streamDelay: {
|
|
116
|
+
enabled: boolean;
|
|
117
|
+
timeS: number;
|
|
118
|
+
unit: "seconds" | "minutes" | "hours";
|
|
118
119
|
};
|
|
119
120
|
ipAddress: string;
|
|
120
121
|
standard: "DVB" | "ATSC";
|
|
@@ -174,14 +175,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
174
175
|
}[];
|
|
175
176
|
};
|
|
176
177
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
178
|
+
inputUrl: string;
|
|
179
|
+
internalVapixParameters: string;
|
|
180
|
+
userVapixParameters: string;
|
|
181
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
182
|
+
streamDelay: {
|
|
183
|
+
enabled: boolean;
|
|
184
|
+
timeS: number;
|
|
185
|
+
unit: "seconds" | "minutes" | "hours";
|
|
185
186
|
};
|
|
186
187
|
rtmpUrl: string;
|
|
187
188
|
streamKey: string;
|
|
@@ -229,14 +230,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
229
230
|
}[];
|
|
230
231
|
};
|
|
231
232
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
233
|
+
inputUrl: string;
|
|
234
|
+
internalVapixParameters: string;
|
|
235
|
+
userVapixParameters: string;
|
|
236
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
237
|
+
streamDelay: {
|
|
238
|
+
enabled: boolean;
|
|
239
|
+
timeS: number;
|
|
240
|
+
unit: "seconds" | "minutes" | "hours";
|
|
240
241
|
};
|
|
241
242
|
} | {
|
|
242
243
|
type: "windy";
|
|
@@ -281,14 +282,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
281
282
|
}[];
|
|
282
283
|
};
|
|
283
284
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
285
|
+
inputUrl: string;
|
|
286
|
+
internalVapixParameters: string;
|
|
287
|
+
userVapixParameters: string;
|
|
288
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
289
|
+
streamDelay: {
|
|
290
|
+
enabled: boolean;
|
|
291
|
+
timeS: number;
|
|
292
|
+
unit: "seconds" | "minutes" | "hours";
|
|
292
293
|
};
|
|
293
294
|
} | {
|
|
294
295
|
type: "youtube";
|
|
@@ -333,14 +334,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
333
334
|
}[];
|
|
334
335
|
};
|
|
335
336
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
337
|
+
inputUrl: string;
|
|
338
|
+
internalVapixParameters: string;
|
|
339
|
+
userVapixParameters: string;
|
|
340
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
341
|
+
streamDelay: {
|
|
342
|
+
enabled: boolean;
|
|
343
|
+
timeS: number;
|
|
344
|
+
unit: "seconds" | "minutes" | "hours";
|
|
344
345
|
};
|
|
345
346
|
statusCameraLed: boolean;
|
|
346
347
|
statusCameraOutput: string;
|
|
@@ -399,14 +400,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
399
400
|
}[];
|
|
400
401
|
};
|
|
401
402
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
403
|
+
inputUrl: string;
|
|
404
|
+
internalVapixParameters: string;
|
|
405
|
+
userVapixParameters: string;
|
|
406
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
407
|
+
streamDelay: {
|
|
408
|
+
enabled: boolean;
|
|
409
|
+
timeS: number;
|
|
410
|
+
unit: "seconds" | "minutes" | "hours";
|
|
410
411
|
};
|
|
411
412
|
} | {
|
|
412
413
|
type: "twitch";
|
|
@@ -451,14 +452,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
451
452
|
}[];
|
|
452
453
|
};
|
|
453
454
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
455
|
+
inputUrl: string;
|
|
456
|
+
internalVapixParameters: string;
|
|
457
|
+
userVapixParameters: string;
|
|
458
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
459
|
+
streamDelay: {
|
|
460
|
+
enabled: boolean;
|
|
461
|
+
timeS: number;
|
|
462
|
+
unit: "seconds" | "minutes" | "hours";
|
|
462
463
|
};
|
|
463
464
|
} | {
|
|
464
465
|
type: "church";
|
|
@@ -503,14 +504,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
503
504
|
}[];
|
|
504
505
|
};
|
|
505
506
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
507
|
+
inputUrl: string;
|
|
508
|
+
internalVapixParameters: string;
|
|
509
|
+
userVapixParameters: string;
|
|
510
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
511
|
+
streamDelay: {
|
|
512
|
+
enabled: boolean;
|
|
513
|
+
timeS: number;
|
|
514
|
+
unit: "seconds" | "minutes" | "hours";
|
|
514
515
|
};
|
|
515
516
|
} | {
|
|
516
517
|
type: "srt";
|
|
@@ -555,14 +556,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
555
556
|
}[];
|
|
556
557
|
};
|
|
557
558
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
559
|
+
inputUrl: string;
|
|
560
|
+
internalVapixParameters: string;
|
|
561
|
+
userVapixParameters: string;
|
|
562
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
563
|
+
streamDelay: {
|
|
564
|
+
enabled: boolean;
|
|
565
|
+
timeS: number;
|
|
566
|
+
unit: "seconds" | "minutes" | "hours";
|
|
566
567
|
};
|
|
567
568
|
} | {
|
|
568
569
|
type: "da_cast";
|
|
@@ -607,14 +608,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
607
608
|
}[];
|
|
608
609
|
};
|
|
609
610
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
611
|
+
inputUrl: string;
|
|
612
|
+
internalVapixParameters: string;
|
|
613
|
+
userVapixParameters: string;
|
|
614
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
615
|
+
streamDelay: {
|
|
616
|
+
enabled: boolean;
|
|
617
|
+
timeS: number;
|
|
618
|
+
unit: "seconds" | "minutes" | "hours";
|
|
618
619
|
};
|
|
619
620
|
} | {
|
|
620
621
|
type: "hls_pull";
|
|
@@ -659,14 +660,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
659
660
|
}[];
|
|
660
661
|
};
|
|
661
662
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
663
|
+
inputUrl: string;
|
|
664
|
+
internalVapixParameters: string;
|
|
665
|
+
userVapixParameters: string;
|
|
666
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
667
|
+
streamDelay: {
|
|
668
|
+
enabled: boolean;
|
|
669
|
+
timeS: number;
|
|
670
|
+
unit: "seconds" | "minutes" | "hours";
|
|
670
671
|
};
|
|
671
672
|
} | {
|
|
672
673
|
type: "hls_push";
|
|
@@ -711,14 +712,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
711
712
|
}[];
|
|
712
713
|
};
|
|
713
714
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
715
|
+
inputUrl: string;
|
|
716
|
+
internalVapixParameters: string;
|
|
717
|
+
userVapixParameters: string;
|
|
718
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
719
|
+
streamDelay: {
|
|
720
|
+
enabled: boolean;
|
|
721
|
+
timeS: number;
|
|
722
|
+
unit: "seconds" | "minutes" | "hours";
|
|
722
723
|
};
|
|
723
724
|
} | {
|
|
724
725
|
type: "wowza";
|
|
@@ -763,14 +764,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
763
764
|
}[];
|
|
764
765
|
};
|
|
765
766
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
767
|
+
inputUrl: string;
|
|
768
|
+
internalVapixParameters: string;
|
|
769
|
+
userVapixParameters: string;
|
|
770
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
771
|
+
streamDelay: {
|
|
772
|
+
enabled: boolean;
|
|
773
|
+
timeS: number;
|
|
774
|
+
unit: "seconds" | "minutes" | "hours";
|
|
774
775
|
};
|
|
775
776
|
} | {
|
|
776
777
|
type: "dailymotion";
|
|
@@ -815,14 +816,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
815
816
|
}[];
|
|
816
817
|
};
|
|
817
818
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
819
|
+
inputUrl: string;
|
|
820
|
+
internalVapixParameters: string;
|
|
821
|
+
userVapixParameters: string;
|
|
822
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
823
|
+
streamDelay: {
|
|
824
|
+
enabled: boolean;
|
|
825
|
+
timeS: number;
|
|
826
|
+
unit: "seconds" | "minutes" | "hours";
|
|
826
827
|
};
|
|
827
828
|
} | {
|
|
828
829
|
type: "ibm";
|
|
@@ -867,14 +868,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
867
868
|
}[];
|
|
868
869
|
};
|
|
869
870
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
871
|
+
inputUrl: string;
|
|
872
|
+
internalVapixParameters: string;
|
|
873
|
+
userVapixParameters: string;
|
|
874
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
875
|
+
streamDelay: {
|
|
876
|
+
enabled: boolean;
|
|
877
|
+
timeS: number;
|
|
878
|
+
unit: "seconds" | "minutes" | "hours";
|
|
878
879
|
};
|
|
879
880
|
} | {
|
|
880
881
|
type: "microsoft_azure";
|
|
@@ -919,14 +920,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
919
920
|
}[];
|
|
920
921
|
};
|
|
921
922
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
923
|
+
inputUrl: string;
|
|
924
|
+
internalVapixParameters: string;
|
|
925
|
+
userVapixParameters: string;
|
|
926
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
927
|
+
streamDelay: {
|
|
928
|
+
enabled: boolean;
|
|
929
|
+
timeS: number;
|
|
930
|
+
unit: "seconds" | "minutes" | "hours";
|
|
930
931
|
};
|
|
931
932
|
} | {
|
|
932
933
|
type: "microsoft_stream";
|
|
@@ -971,14 +972,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
971
972
|
}[];
|
|
972
973
|
};
|
|
973
974
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
975
|
+
inputUrl: string;
|
|
976
|
+
internalVapixParameters: string;
|
|
977
|
+
userVapixParameters: string;
|
|
978
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
979
|
+
streamDelay: {
|
|
980
|
+
enabled: boolean;
|
|
981
|
+
timeS: number;
|
|
982
|
+
unit: "seconds" | "minutes" | "hours";
|
|
982
983
|
};
|
|
983
984
|
} | {
|
|
984
985
|
type: "game_changer";
|
|
@@ -1023,14 +1024,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1023
1024
|
}[];
|
|
1024
1025
|
};
|
|
1025
1026
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1027
|
+
inputUrl: string;
|
|
1028
|
+
internalVapixParameters: string;
|
|
1029
|
+
userVapixParameters: string;
|
|
1030
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1031
|
+
streamDelay: {
|
|
1032
|
+
enabled: boolean;
|
|
1033
|
+
timeS: number;
|
|
1034
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1034
1035
|
};
|
|
1035
1036
|
})[]>;
|
|
1036
1037
|
setStreamList(streamList: TStreamList['streamList'], options?: THttpRequestOptions): Promise<void>;
|
|
@@ -1077,14 +1078,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1077
1078
|
}[];
|
|
1078
1079
|
};
|
|
1079
1080
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1081
|
+
inputUrl: string;
|
|
1082
|
+
internalVapixParameters: string;
|
|
1083
|
+
userVapixParameters: string;
|
|
1084
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1085
|
+
streamDelay: {
|
|
1086
|
+
enabled: boolean;
|
|
1087
|
+
timeS: number;
|
|
1088
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1088
1089
|
};
|
|
1089
1090
|
} | {
|
|
1090
1091
|
type: "mpeg_dvb";
|
|
@@ -1130,14 +1131,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1130
1131
|
}[];
|
|
1131
1132
|
};
|
|
1132
1133
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1134
|
+
inputUrl: string;
|
|
1135
|
+
internalVapixParameters: string;
|
|
1136
|
+
userVapixParameters: string;
|
|
1137
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1138
|
+
streamDelay: {
|
|
1139
|
+
enabled: boolean;
|
|
1140
|
+
timeS: number;
|
|
1141
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1141
1142
|
};
|
|
1142
1143
|
ipAddress: string;
|
|
1143
1144
|
standard: "DVB" | "ATSC";
|
|
@@ -1197,14 +1198,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1197
1198
|
}[];
|
|
1198
1199
|
};
|
|
1199
1200
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1201
|
+
inputUrl: string;
|
|
1202
|
+
internalVapixParameters: string;
|
|
1203
|
+
userVapixParameters: string;
|
|
1204
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1205
|
+
streamDelay: {
|
|
1206
|
+
enabled: boolean;
|
|
1207
|
+
timeS: number;
|
|
1208
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1208
1209
|
};
|
|
1209
1210
|
rtmpUrl: string;
|
|
1210
1211
|
streamKey: string;
|
|
@@ -1252,14 +1253,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1252
1253
|
}[];
|
|
1253
1254
|
};
|
|
1254
1255
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1256
|
+
inputUrl: string;
|
|
1257
|
+
internalVapixParameters: string;
|
|
1258
|
+
userVapixParameters: string;
|
|
1259
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1260
|
+
streamDelay: {
|
|
1261
|
+
enabled: boolean;
|
|
1262
|
+
timeS: number;
|
|
1263
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1263
1264
|
};
|
|
1264
1265
|
} | {
|
|
1265
1266
|
type: "windy";
|
|
@@ -1304,14 +1305,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1304
1305
|
}[];
|
|
1305
1306
|
};
|
|
1306
1307
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1308
|
+
inputUrl: string;
|
|
1309
|
+
internalVapixParameters: string;
|
|
1310
|
+
userVapixParameters: string;
|
|
1311
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1312
|
+
streamDelay: {
|
|
1313
|
+
enabled: boolean;
|
|
1314
|
+
timeS: number;
|
|
1315
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1315
1316
|
};
|
|
1316
1317
|
} | {
|
|
1317
1318
|
type: "youtube";
|
|
@@ -1356,14 +1357,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1356
1357
|
}[];
|
|
1357
1358
|
};
|
|
1358
1359
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1360
|
+
inputUrl: string;
|
|
1361
|
+
internalVapixParameters: string;
|
|
1362
|
+
userVapixParameters: string;
|
|
1363
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1364
|
+
streamDelay: {
|
|
1365
|
+
enabled: boolean;
|
|
1366
|
+
timeS: number;
|
|
1367
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1367
1368
|
};
|
|
1368
1369
|
statusCameraLed: boolean;
|
|
1369
1370
|
statusCameraOutput: string;
|
|
@@ -1422,14 +1423,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1422
1423
|
}[];
|
|
1423
1424
|
};
|
|
1424
1425
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1426
|
+
inputUrl: string;
|
|
1427
|
+
internalVapixParameters: string;
|
|
1428
|
+
userVapixParameters: string;
|
|
1429
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1430
|
+
streamDelay: {
|
|
1431
|
+
enabled: boolean;
|
|
1432
|
+
timeS: number;
|
|
1433
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1433
1434
|
};
|
|
1434
1435
|
} | {
|
|
1435
1436
|
type: "twitch";
|
|
@@ -1474,14 +1475,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1474
1475
|
}[];
|
|
1475
1476
|
};
|
|
1476
1477
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1478
|
+
inputUrl: string;
|
|
1479
|
+
internalVapixParameters: string;
|
|
1480
|
+
userVapixParameters: string;
|
|
1481
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1482
|
+
streamDelay: {
|
|
1483
|
+
enabled: boolean;
|
|
1484
|
+
timeS: number;
|
|
1485
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1485
1486
|
};
|
|
1486
1487
|
} | {
|
|
1487
1488
|
type: "church";
|
|
@@ -1526,14 +1527,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1526
1527
|
}[];
|
|
1527
1528
|
};
|
|
1528
1529
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1530
|
+
inputUrl: string;
|
|
1531
|
+
internalVapixParameters: string;
|
|
1532
|
+
userVapixParameters: string;
|
|
1533
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1534
|
+
streamDelay: {
|
|
1535
|
+
enabled: boolean;
|
|
1536
|
+
timeS: number;
|
|
1537
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1537
1538
|
};
|
|
1538
1539
|
} | {
|
|
1539
1540
|
type: "srt";
|
|
@@ -1578,14 +1579,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1578
1579
|
}[];
|
|
1579
1580
|
};
|
|
1580
1581
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1582
|
+
inputUrl: string;
|
|
1583
|
+
internalVapixParameters: string;
|
|
1584
|
+
userVapixParameters: string;
|
|
1585
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1586
|
+
streamDelay: {
|
|
1587
|
+
enabled: boolean;
|
|
1588
|
+
timeS: number;
|
|
1589
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1589
1590
|
};
|
|
1590
1591
|
} | {
|
|
1591
1592
|
type: "da_cast";
|
|
@@ -1630,14 +1631,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1630
1631
|
}[];
|
|
1631
1632
|
};
|
|
1632
1633
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1634
|
+
inputUrl: string;
|
|
1635
|
+
internalVapixParameters: string;
|
|
1636
|
+
userVapixParameters: string;
|
|
1637
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1638
|
+
streamDelay: {
|
|
1639
|
+
enabled: boolean;
|
|
1640
|
+
timeS: number;
|
|
1641
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1641
1642
|
};
|
|
1642
1643
|
} | {
|
|
1643
1644
|
type: "hls_pull";
|
|
@@ -1682,14 +1683,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1682
1683
|
}[];
|
|
1683
1684
|
};
|
|
1684
1685
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1686
|
+
inputUrl: string;
|
|
1687
|
+
internalVapixParameters: string;
|
|
1688
|
+
userVapixParameters: string;
|
|
1689
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1690
|
+
streamDelay: {
|
|
1691
|
+
enabled: boolean;
|
|
1692
|
+
timeS: number;
|
|
1693
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1693
1694
|
};
|
|
1694
1695
|
} | {
|
|
1695
1696
|
type: "hls_push";
|
|
@@ -1734,14 +1735,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1734
1735
|
}[];
|
|
1735
1736
|
};
|
|
1736
1737
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1738
|
+
inputUrl: string;
|
|
1739
|
+
internalVapixParameters: string;
|
|
1740
|
+
userVapixParameters: string;
|
|
1741
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1742
|
+
streamDelay: {
|
|
1743
|
+
enabled: boolean;
|
|
1744
|
+
timeS: number;
|
|
1745
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1745
1746
|
};
|
|
1746
1747
|
} | {
|
|
1747
1748
|
type: "wowza";
|
|
@@ -1786,14 +1787,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1786
1787
|
}[];
|
|
1787
1788
|
};
|
|
1788
1789
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1790
|
+
inputUrl: string;
|
|
1791
|
+
internalVapixParameters: string;
|
|
1792
|
+
userVapixParameters: string;
|
|
1793
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1794
|
+
streamDelay: {
|
|
1795
|
+
enabled: boolean;
|
|
1796
|
+
timeS: number;
|
|
1797
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1797
1798
|
};
|
|
1798
1799
|
} | {
|
|
1799
1800
|
type: "dailymotion";
|
|
@@ -1838,14 +1839,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1838
1839
|
}[];
|
|
1839
1840
|
};
|
|
1840
1841
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1842
|
+
inputUrl: string;
|
|
1843
|
+
internalVapixParameters: string;
|
|
1844
|
+
userVapixParameters: string;
|
|
1845
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1846
|
+
streamDelay: {
|
|
1847
|
+
enabled: boolean;
|
|
1848
|
+
timeS: number;
|
|
1849
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1849
1850
|
};
|
|
1850
1851
|
} | {
|
|
1851
1852
|
type: "ibm";
|
|
@@ -1890,14 +1891,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1890
1891
|
}[];
|
|
1891
1892
|
};
|
|
1892
1893
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1894
|
+
inputUrl: string;
|
|
1895
|
+
internalVapixParameters: string;
|
|
1896
|
+
userVapixParameters: string;
|
|
1897
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1898
|
+
streamDelay: {
|
|
1899
|
+
enabled: boolean;
|
|
1900
|
+
timeS: number;
|
|
1901
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1901
1902
|
};
|
|
1902
1903
|
} | {
|
|
1903
1904
|
type: "microsoft_azure";
|
|
@@ -1942,14 +1943,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1942
1943
|
}[];
|
|
1943
1944
|
};
|
|
1944
1945
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1946
|
+
inputUrl: string;
|
|
1947
|
+
internalVapixParameters: string;
|
|
1948
|
+
userVapixParameters: string;
|
|
1949
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1950
|
+
streamDelay: {
|
|
1951
|
+
enabled: boolean;
|
|
1952
|
+
timeS: number;
|
|
1953
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1953
1954
|
};
|
|
1954
1955
|
} | {
|
|
1955
1956
|
type: "microsoft_stream";
|
|
@@ -1994,14 +1995,14 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1994
1995
|
}[];
|
|
1995
1996
|
};
|
|
1996
1997
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
1998
|
+
inputUrl: string;
|
|
1999
|
+
internalVapixParameters: string;
|
|
2000
|
+
userVapixParameters: string;
|
|
2001
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2002
|
+
streamDelay: {
|
|
2003
|
+
enabled: boolean;
|
|
2004
|
+
timeS: number;
|
|
2005
|
+
unit: "seconds" | "minutes" | "hours";
|
|
2005
2006
|
};
|
|
2006
2007
|
} | {
|
|
2007
2008
|
type: "game_changer";
|
|
@@ -2046,18 +2047,20 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2046
2047
|
}[];
|
|
2047
2048
|
};
|
|
2048
2049
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2050
|
+
inputUrl: string;
|
|
2051
|
+
internalVapixParameters: string;
|
|
2052
|
+
userVapixParameters: string;
|
|
2053
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2054
|
+
streamDelay: {
|
|
2055
|
+
enabled: boolean;
|
|
2056
|
+
timeS: number;
|
|
2057
|
+
unit: "seconds" | "minutes" | "hours";
|
|
2057
2058
|
};
|
|
2058
2059
|
}>;
|
|
2059
|
-
setStream(streamId: number, streamData:
|
|
2060
|
+
setStream(streamId: number, streamData: TStream, options?: THttpRequestOptions): Promise<void>;
|
|
2060
2061
|
isStreaming(streamId: number, options?: THttpRequestOptions): Promise<boolean>;
|
|
2062
|
+
setStreamEnabled(streamId: number, enabled: boolean, options?: THttpRequestOptions): Promise<void>;
|
|
2063
|
+
setStreamActive(streamId: number, active: boolean, options?: THttpRequestOptions): Promise<void>;
|
|
2061
2064
|
listFiles(options?: THttpRequestOptions): Promise<{
|
|
2062
2065
|
path: string;
|
|
2063
2066
|
name: string;
|