camstreamerlib 4.0.25-b134db7 → 4.0.25-e5ac200
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 +260 -0
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +5 -0
- package/cjs/types/CamStreamerAPI/oldStreamSchema.d.ts +4 -4
- package/cjs/types/CamStreamerAPI/oldStreamSchema.js +1 -1
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +5 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +85 -0
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +5 -0
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +5 -0
- package/esm/types/CamStreamerAPI/oldStreamSchema.js +1 -1
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +40 -0
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +260 -0
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +5 -0
- package/types/types/CamStreamerAPI/oldStreamSchema.d.ts +4 -4
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +5 -0
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +85 -0
- package/types/types/CamStreamerAPI/windySchema.d.ts +5 -0
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +5 -0
|
@@ -323,16 +323,19 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
323
323
|
name: z.ZodString;
|
|
324
324
|
path: z.ZodString;
|
|
325
325
|
forceStereo: z.ZodBoolean;
|
|
326
|
+
loadAsNone: z.ZodOptional<z.ZodBoolean>;
|
|
326
327
|
}, "strip", z.ZodTypeAny, {
|
|
327
328
|
path: string;
|
|
328
329
|
name: string;
|
|
329
330
|
source: "file";
|
|
330
331
|
forceStereo: boolean;
|
|
332
|
+
loadAsNone?: boolean | undefined;
|
|
331
333
|
}, {
|
|
332
334
|
path: string;
|
|
333
335
|
name: string;
|
|
334
336
|
source: "file";
|
|
335
337
|
forceStereo: boolean;
|
|
338
|
+
loadAsNone?: boolean | undefined;
|
|
336
339
|
}>, z.ZodObject<{
|
|
337
340
|
source: z.ZodLiteral<"url">;
|
|
338
341
|
name: z.ZodString;
|
|
@@ -472,6 +475,7 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
472
475
|
name: string;
|
|
473
476
|
source: "file";
|
|
474
477
|
forceStereo: boolean;
|
|
478
|
+
loadAsNone?: boolean | undefined;
|
|
475
479
|
} | {
|
|
476
480
|
name: string;
|
|
477
481
|
url: string;
|
|
@@ -569,6 +573,7 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
569
573
|
name: string;
|
|
570
574
|
source: "file";
|
|
571
575
|
forceStereo: boolean;
|
|
576
|
+
loadAsNone?: boolean | undefined;
|
|
572
577
|
} | {
|
|
573
578
|
name: string;
|
|
574
579
|
url: string;
|
|
@@ -10,7 +10,7 @@ export declare const oldStringStreamSchema: z.ZodObject<{
|
|
|
10
10
|
outputType: z.ZodString;
|
|
11
11
|
mediaServerUrl: z.ZodString;
|
|
12
12
|
inputType: z.ZodString;
|
|
13
|
-
inputUrl: z.
|
|
13
|
+
inputUrl: z.ZodString;
|
|
14
14
|
forceStereo: z.ZodString;
|
|
15
15
|
streamDelay: z.ZodString;
|
|
16
16
|
statusLed: z.ZodString;
|
|
@@ -60,11 +60,11 @@ export declare const oldStringStreamSchema: z.ZodObject<{
|
|
|
60
60
|
outputType: string;
|
|
61
61
|
mediaServerUrl: string;
|
|
62
62
|
inputType: string;
|
|
63
|
+
inputUrl: string;
|
|
63
64
|
streamDelay: string;
|
|
64
65
|
statusLed: string;
|
|
65
66
|
statusPort: string;
|
|
66
67
|
prepareAhead: string;
|
|
67
|
-
inputUrl?: string | undefined;
|
|
68
68
|
}>;
|
|
69
69
|
export declare const oldStringStreamSchemaWithId: z.ZodObject<{
|
|
70
70
|
enabled: z.ZodString;
|
|
@@ -77,7 +77,7 @@ export declare const oldStringStreamSchemaWithId: z.ZodObject<{
|
|
|
77
77
|
outputType: z.ZodString;
|
|
78
78
|
mediaServerUrl: z.ZodString;
|
|
79
79
|
inputType: z.ZodString;
|
|
80
|
-
inputUrl: z.
|
|
80
|
+
inputUrl: z.ZodString;
|
|
81
81
|
forceStereo: z.ZodString;
|
|
82
82
|
streamDelay: z.ZodString;
|
|
83
83
|
statusLed: z.ZodString;
|
|
@@ -131,11 +131,11 @@ export declare const oldStringStreamSchemaWithId: z.ZodObject<{
|
|
|
131
131
|
outputType: string;
|
|
132
132
|
mediaServerUrl: string;
|
|
133
133
|
inputType: string;
|
|
134
|
+
inputUrl: string;
|
|
134
135
|
streamDelay: string;
|
|
135
136
|
statusLed: string;
|
|
136
137
|
statusPort: string;
|
|
137
138
|
prepareAhead: string;
|
|
138
|
-
inputUrl?: string | undefined;
|
|
139
139
|
}>;
|
|
140
140
|
export type TOldStringStream = z.infer<typeof oldStringStreamSchema>;
|
|
141
141
|
export declare const oldStreamSchema: z.ZodObject<{
|
|
@@ -13,7 +13,7 @@ exports.oldStringStreamSchema = zod_1.z.object({
|
|
|
13
13
|
outputType: zod_1.z.string(),
|
|
14
14
|
mediaServerUrl: zod_1.z.string(),
|
|
15
15
|
inputType: zod_1.z.string(),
|
|
16
|
-
inputUrl: zod_1.z.string()
|
|
16
|
+
inputUrl: zod_1.z.string(),
|
|
17
17
|
forceStereo: zod_1.z.string(),
|
|
18
18
|
streamDelay: zod_1.z.string(),
|
|
19
19
|
statusLed: zod_1.z.string(),
|
|
@@ -300,16 +300,19 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
300
300
|
name: z.ZodString;
|
|
301
301
|
path: z.ZodString;
|
|
302
302
|
forceStereo: z.ZodBoolean;
|
|
303
|
+
loadAsNone: z.ZodOptional<z.ZodBoolean>;
|
|
303
304
|
}, "strip", z.ZodTypeAny, {
|
|
304
305
|
path: string;
|
|
305
306
|
name: string;
|
|
306
307
|
source: "file";
|
|
307
308
|
forceStereo: boolean;
|
|
309
|
+
loadAsNone?: boolean | undefined;
|
|
308
310
|
}, {
|
|
309
311
|
path: string;
|
|
310
312
|
name: string;
|
|
311
313
|
source: "file";
|
|
312
314
|
forceStereo: boolean;
|
|
315
|
+
loadAsNone?: boolean | undefined;
|
|
313
316
|
}>, z.ZodObject<{
|
|
314
317
|
source: z.ZodLiteral<"url">;
|
|
315
318
|
name: z.ZodString;
|
|
@@ -418,6 +421,7 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
418
421
|
name: string;
|
|
419
422
|
source: "file";
|
|
420
423
|
forceStereo: boolean;
|
|
424
|
+
loadAsNone?: boolean | undefined;
|
|
421
425
|
} | {
|
|
422
426
|
name: string;
|
|
423
427
|
url: string;
|
|
@@ -504,6 +508,7 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
504
508
|
name: string;
|
|
505
509
|
source: "file";
|
|
506
510
|
forceStereo: boolean;
|
|
511
|
+
loadAsNone?: boolean | undefined;
|
|
507
512
|
} | {
|
|
508
513
|
name: string;
|
|
509
514
|
url: string;
|