@theoplayer/extended 8.13.1 → 8.14.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/THEOplayer.chromeless.d.ts +1 -1
- package/THEOplayer.chromeless.esm.js +2 -2
- package/THEOplayer.chromeless.js +3 -3
- package/THEOplayer.common.d.ts +11 -6
- package/THEOplayer.common.esm.js +3 -3
- package/THEOplayer.d.ts +1 -1
- package/THEOplayer.esm.js +3 -3
- package/THEOplayer.js +3 -3
- package/THEOplayer.transmux.asmjs.js +3 -3
- package/THEOplayer.transmux.js +3 -3
- package/package.json +1 -1
- package/theoplayer.d.js +3 -3
- package/theoplayer.sw.js +3 -3
package/THEOplayer.common.d.ts
CHANGED
|
@@ -3528,6 +3528,17 @@ interface DashPlaybackConfiguration {
|
|
|
3528
3528
|
* @defaultValue `true`
|
|
3529
3529
|
*/
|
|
3530
3530
|
segmentRelativeVttTiming?: boolean;
|
|
3531
|
+
/**
|
|
3532
|
+
* A flag to force re-creation of the MediaSource when switching audio tracks.
|
|
3533
|
+
*
|
|
3534
|
+
* @remarks
|
|
3535
|
+
* <br/> - Available since v8.14.0.
|
|
3536
|
+
*
|
|
3537
|
+
* @defaultValue `false`
|
|
3538
|
+
*
|
|
3539
|
+
* @internal
|
|
3540
|
+
*/
|
|
3541
|
+
forceRecreateMediaSourceOnAudioSwitch?: boolean;
|
|
3531
3542
|
}
|
|
3532
3543
|
|
|
3533
3544
|
/**
|
|
@@ -13290,10 +13301,6 @@ interface TheoAdDescription extends AdDescription {
|
|
|
13290
13301
|
/**
|
|
13291
13302
|
* The URI from where to retrieve the PodID's as returned from the EABN service from Google.
|
|
13292
13303
|
*
|
|
13293
|
-
* @remarks
|
|
13294
|
-
* <br/> - This is specific for our NFL integration at the moment, so it's marked internal.
|
|
13295
|
-
*
|
|
13296
|
-
* @internal
|
|
13297
13304
|
*/
|
|
13298
13305
|
retrievePodIdURI?: string;
|
|
13299
13306
|
/**
|
|
@@ -13301,8 +13308,6 @@ interface TheoAdDescription extends AdDescription {
|
|
|
13301
13308
|
*
|
|
13302
13309
|
* @remarks
|
|
13303
13310
|
* <br/> - If configured through THEOlive the configured value is used automatically unless it is defined in the ad source here.
|
|
13304
|
-
*
|
|
13305
|
-
* @internal
|
|
13306
13311
|
*/
|
|
13307
13312
|
sseEndpoint?: string;
|
|
13308
13313
|
}
|