@vkontakte/videoplayer-core 2.0.143-dev.d2cefd48.0 → 2.0.143-dev.e771e267.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.143-dev.d2cefd48.0",
3
+ "version": "2.0.143-dev.e771e267.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.71-dev.d2cefd48.0"
57
+ "@vkontakte/videoplayer-shared": "1.0.71-dev.e771e267.0"
58
58
  }
59
59
  }
@@ -12,7 +12,6 @@ interface IConnectData {
12
12
  currentStallDuration$: IValueSubject<Milliseconds>;
13
13
  tuning: ITuningConfig['stallsManager'];
14
14
  abrParams: ITuningConfig['autoTrackSelection'];
15
- duration: Seconds;
16
15
  }
17
16
  declare class StallsManager {
18
17
  private currentStallDuration$;
@@ -21,7 +20,6 @@ declare class StallsManager {
21
20
  private rtt$;
22
21
  private tuning;
23
22
  private abrParams;
24
- private duration;
25
23
  private isSeeked$;
26
24
  private isBuffering$;
27
25
  private maxQualityLimit;
@@ -55,7 +55,6 @@ export type ITuningConfig = {
55
55
  };
56
56
  stallsManager: {
57
57
  enabled: boolean;
58
- ignoreDynamicAbrForShortVideo: boolean;
59
58
  stallDurationNoDataBeforeQualityDecrease: Milliseconds;
60
59
  stallDurationToBeCount: Milliseconds;
61
60
  stallCountBeforeQualityDecrease: Milliseconds;