stormcloud-video-player 0.6.0 → 0.6.2

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
@@ -35,6 +35,7 @@ interface StormcloudVideoPlayerConfig {
35
35
  disableAds?: boolean;
36
36
  disableFiller?: boolean;
37
37
  adTransitionGapMs?: number;
38
+ singlePipelineMode?: boolean;
38
39
  }
39
40
  interface ClientInfo {
40
41
  brand: string;
@@ -4006,6 +4007,9 @@ declare function createVastManager(options?: VastManagerOptions): VastManager;
4006
4007
  interface VastAdLayerOptions {
4007
4008
  continueLiveStreamDuringAds?: boolean;
4008
4009
  mainHlsInstance?: Hls;
4010
+ smartTVMode?: boolean;
4011
+ singleElementMode?: boolean;
4012
+ forceMP4Ads?: boolean;
4009
4013
  debug?: boolean;
4010
4014
  }
4011
4015
  interface VastAdLayerOptionsUpdate {
package/lib/index.d.ts CHANGED
@@ -35,6 +35,7 @@ interface StormcloudVideoPlayerConfig {
35
35
  disableAds?: boolean;
36
36
  disableFiller?: boolean;
37
37
  adTransitionGapMs?: number;
38
+ singlePipelineMode?: boolean;
38
39
  }
39
40
  interface ClientInfo {
40
41
  brand: string;
@@ -4006,6 +4007,9 @@ declare function createVastManager(options?: VastManagerOptions): VastManager;
4006
4007
  interface VastAdLayerOptions {
4007
4008
  continueLiveStreamDuringAds?: boolean;
4008
4009
  mainHlsInstance?: Hls;
4010
+ smartTVMode?: boolean;
4011
+ singleElementMode?: boolean;
4012
+ forceMP4Ads?: boolean;
4009
4013
  debug?: boolean;
4010
4014
  }
4011
4015
  interface VastAdLayerOptionsUpdate {