@vkontakte/videoplayer-core 2.0.136-dev.3c83a8ac.0 → 2.0.136-dev.4741a7fd.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/videoplayer-core",
3
- "version": "2.0.136-dev.3c83a8ac.0",
3
+ "version": "2.0.136-dev.4741a7fd.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer core library based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -54,6 +54,6 @@
54
54
  "**/*.d.ts"
55
55
  ],
56
56
  "dependencies": {
57
- "@vkontakte/videoplayer-shared": "1.0.64-dev.4e556fd6.0"
57
+ "@vkontakte/videoplayer-shared": "1.0.64-dev.9fb33995.0"
58
58
  }
59
59
  }
@@ -93,5 +93,5 @@ export declare class Player {
93
93
  /**
94
94
  * Возвращает duration в милисекундах.
95
95
  */
96
- calculateDurationFromSegments(): number | undefined;
96
+ calculateDurationFromSegments(): number;
97
97
  }
@@ -112,6 +112,7 @@ export type ITuningConfig = {
112
112
  normalizedActualBufferOffset: Milliseconds;
113
113
  offsetCalculationError: Milliseconds;
114
114
  maxLiveDuration: Seconds;
115
+ catchupLiveForMutedInactiveTab: boolean;
115
116
  lowLatency: {
116
117
  maxTargetOffset: Milliseconds;
117
118
  maxTargetOffsetDeviation: Milliseconds;