@glomex/integration-web-component 1.1534.0 → 1.1535.0
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/dist/index.d.ts +12 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -2473,6 +2473,13 @@ export declare interface SourceMediaItemBase {
|
|
|
2473
2473
|
* @defaultValue `PlaybackMode.VOD`
|
|
2474
2474
|
*/
|
|
2475
2475
|
playbackMode?: PlaybackMode;
|
|
2476
|
+
/**
|
|
2477
|
+
* When `true`, playback must always remain at the live edge.
|
|
2478
|
+
* Seeking behind the live edge is not permitted.
|
|
2479
|
+
*
|
|
2480
|
+
* @defaultValue `undefined` (treated as `false` — timeshift / seek-back is allowed)
|
|
2481
|
+
*/
|
|
2482
|
+
liveEdgeOnly?: boolean;
|
|
2476
2483
|
/**
|
|
2477
2484
|
* Duration in seconds. Only relevant for dynamic content.
|
|
2478
2485
|
*/
|
|
@@ -2547,6 +2554,11 @@ export declare interface SourceSelected {
|
|
|
2547
2554
|
playbackMode?: PlaybackMode;
|
|
2548
2555
|
/** DRM system used to protect the source, if any. */
|
|
2549
2556
|
drmSystem?: DrmSystem;
|
|
2557
|
+
/**
|
|
2558
|
+
* When `true`, playback always remains at the live edge.
|
|
2559
|
+
* Seeking behind the live edge is not permitted.
|
|
2560
|
+
*/
|
|
2561
|
+
liveEdgeOnly?: boolean;
|
|
2550
2562
|
/** Provider-generated metadata for this source. */
|
|
2551
2563
|
metadata?: SourceMetadata;
|
|
2552
2564
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1535.0",
|
|
4
4
|
"description": "Web component and types to integrate the glomex player",
|
|
5
5
|
"documentation": "https://docs.glomex.com",
|
|
6
6
|
"homepage": "https://glomex.com",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@biomejs/biome": "catalog:",
|
|
35
|
-
"@glomex/integration": "1.
|
|
35
|
+
"@glomex/integration": "1.1535.0",
|
|
36
36
|
"@glomex/turbo-shared-types": "1.1532.0",
|
|
37
37
|
"@microsoft/api-extractor": "catalog:",
|
|
38
38
|
"@rslib/core": "catalog:",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"license": "MIT",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "73321614f97de39053f05ea559ecf131494bf1bd"
|
|
47
47
|
}
|