stormcloud-video-player 0.8.10 → 0.8.12

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.
@@ -1,4 +1,4 @@
1
- import { S as StormcloudVideoPlayerConfig } from '../types-DQM-Tu6a.cjs';
1
+ import { S as StormcloudVideoPlayerConfig } from '../types-BM5cceAy.cjs';
2
2
 
3
3
  declare class StormcloudVideoPlayer {
4
4
  private readonly video;
@@ -78,6 +78,7 @@ declare class StormcloudVideoPlayer {
78
78
  private preloadPoolLoopRunning;
79
79
  private adDetectSentForCurrentBreak;
80
80
  private adBreakEpoch;
81
+ private adBreakPlayedDurationMs;
81
82
  private palNonce;
82
83
  private palPlaybackStarted;
83
84
  private readonly streamCorrelator;
@@ -196,6 +197,15 @@ declare class StormcloudVideoPlayer {
196
197
  private clearAdFailsafeTimer;
197
198
  private selectVastTagsForBreak;
198
199
  private logAdState;
200
+ private getWallClockRemainingAdMs;
201
+ private getDurationBudgetRemainingMs;
202
+ private getLoadedAdDurationMs;
203
+ private adFitsRemainingBudget;
204
+ private logAdDurationDecision;
205
+ private recordPlayedAdDuration;
206
+ private ensureLoadedAdFitsBudget;
207
+ private rejectLoadedAdForDuration;
208
+ private markAdStarted;
199
209
  private getRemainingAdMs;
200
210
  private getMinRemainingMsToStartAd;
201
211
  private hasTimeToStartAnotherAd;