stormcloud-video-player 0.6.7 → 0.6.9

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-BYwfSJb5.cjs';
1
+ import { S as StormcloudVideoPlayerConfig } from '../types-DSKC4ySr.cjs';
2
2
 
3
3
  declare class StormcloudVideoPlayer {
4
4
  private readonly video;
@@ -21,6 +21,7 @@ declare class StormcloudVideoPlayer {
21
21
  private heartbeatInterval;
22
22
  private currentAdIndex;
23
23
  private totalAdsInBreak;
24
+ private lastServedAdUrl;
24
25
  private showAds;
25
26
  private isLiveStream;
26
27
  private nativeHlsMode;
@@ -58,6 +59,10 @@ declare class StormcloudVideoPlayer {
58
59
  private adRequest;
59
60
  load(): Promise<void>;
60
61
  private getAdSource;
62
+ private getInputStreamType;
63
+ private getAnalyticsContext;
64
+ private getAdUrlFromBids;
65
+ private trackAdLoaded;
61
66
  private attachAdLayerEventListeners;
62
67
  private ensureFillerVideo;
63
68
  private showPlaceholderLayer;