stormcloud-video-player 0.2.15 → 0.2.17

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/lib/index.d.cts CHANGED
@@ -114,6 +114,8 @@ declare class StormcloudVideoPlayer {
114
114
  private totalAdsInBreak;
115
115
  private showAds;
116
116
  private isLiveStream;
117
+ private nativeHlsMode;
118
+ private videoSrcProtection;
117
119
  constructor(config: StormcloudVideoPlayerConfig);
118
120
  private createAdPlayer;
119
121
  load(): Promise<void>;
package/lib/index.d.ts CHANGED
@@ -114,6 +114,8 @@ declare class StormcloudVideoPlayer {
114
114
  private totalAdsInBreak;
115
115
  private showAds;
116
116
  private isLiveStream;
117
+ private nativeHlsMode;
118
+ private videoSrcProtection;
117
119
  constructor(config: StormcloudVideoPlayerConfig);
118
120
  private createAdPlayer;
119
121
  load(): Promise<void>;