stormcloud-video-player 0.2.13 → 0.2.15

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
@@ -1,5 +1,6 @@
1
1
  import React, { CSSProperties, lazy as lazy$1 } from 'react';
2
2
  import * as csstype from 'csstype';
3
+ import Hls from 'hls.js';
3
4
 
4
5
  type LateJoinPolicy = "play_remaining" | "skip_to_content";
5
6
  interface AdBreak {
@@ -3815,6 +3816,7 @@ declare function createImaController(video: HTMLVideoElement, options?: {
3815
3816
  declare function createHlsAdPlayer(contentVideo: HTMLVideoElement, options?: {
3816
3817
  continueLiveStreamDuringAds?: boolean;
3817
3818
  licenseKey?: string;
3819
+ mainHlsInstance?: Hls;
3818
3820
  }): ImaController;
3819
3821
 
3820
3822
  export { type AdBreak, type AdSchedule, type BaseStormcloudPlayerProps, type BrowserInfo, type ClientInfo, type HeartbeatData, IS_BROWSER, IS_GLOBAL, IS_IOS, IS_SAFARI, type ImaController, type ImaControllerOptions, type LateJoinPolicy, type OnProgressProps, SUPPORTS_DASH, SUPPORTS_HLS, StormcloudPlayer, StormcloudVideoPlayer, StormcloudVideoPlayerComponent, type StormcloudVideoPlayerConfig, type StormcloudVideoPlayerProps, type TrackingData, canPlay, createHlsAdPlayer, createImaController, createStormcloudPlayer, StormcloudVideoPlayerComponent as default, detectBrowser, getBrowserConfigOverrides, getBrowserID, getClientInfo, getRecommendedAdPlayer, initializePolyfills, isMediaStream, lazy, logBrowserInfo, merge, omit, parseQuery, players, randomString, sendHeartbeat, sendInitialTracking, supportsFeature, supportsGoogleIMA, supportsModernJS, supportsWebKitPresentationMode };
package/lib/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import React, { CSSProperties, lazy as lazy$1 } from 'react';
2
2
  import * as csstype from 'csstype';
3
+ import Hls from 'hls.js';
3
4
 
4
5
  type LateJoinPolicy = "play_remaining" | "skip_to_content";
5
6
  interface AdBreak {
@@ -3815,6 +3816,7 @@ declare function createImaController(video: HTMLVideoElement, options?: {
3815
3816
  declare function createHlsAdPlayer(contentVideo: HTMLVideoElement, options?: {
3816
3817
  continueLiveStreamDuringAds?: boolean;
3817
3818
  licenseKey?: string;
3819
+ mainHlsInstance?: Hls;
3818
3820
  }): ImaController;
3819
3821
 
3820
3822
  export { type AdBreak, type AdSchedule, type BaseStormcloudPlayerProps, type BrowserInfo, type ClientInfo, type HeartbeatData, IS_BROWSER, IS_GLOBAL, IS_IOS, IS_SAFARI, type ImaController, type ImaControllerOptions, type LateJoinPolicy, type OnProgressProps, SUPPORTS_DASH, SUPPORTS_HLS, StormcloudPlayer, StormcloudVideoPlayer, StormcloudVideoPlayerComponent, type StormcloudVideoPlayerConfig, type StormcloudVideoPlayerProps, type TrackingData, canPlay, createHlsAdPlayer, createImaController, createStormcloudPlayer, StormcloudVideoPlayerComponent as default, detectBrowser, getBrowserConfigOverrides, getBrowserID, getClientInfo, getRecommendedAdPlayer, initializePolyfills, isMediaStream, lazy, logBrowserInfo, merge, omit, parseQuery, players, randomString, sendHeartbeat, sendInitialTracking, supportsFeature, supportsGoogleIMA, supportsModernJS, supportsWebKitPresentationMode };