@theoplayer/extended 8.13.2 → 9.0.0

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.
@@ -716,28 +716,6 @@ interface AdsManagerLoadedEvent extends Event<'adsmanagerloaded'> {
716
716
  readonly adsManager: any;
717
717
  }
718
718
 
719
- /**
720
- * The THEOads API.
721
- *
722
- * @remarks
723
- * <br/> - Available since v8.2.0.
724
- *
725
- * @deprecated Use {@link TheoAds.replaceAdTagParameters} instead
726
- * @category Ads
727
- * @public
728
- */
729
- interface LegacyTheoAds {
730
- /**
731
- * Replaces all the ad tag parameters used for upcoming ad requests for a live stream.
732
- *
733
- * @param adTagParameters - The new ad tag parameters.
734
- *
735
- * @remarks
736
- * <br/> - If set, this value overrides any parameters set on the {@link TheoAdDescription.adTagParameters}.
737
- */
738
- replaceAdTagParameters(adTagParameters?: Record<string, string>): void;
739
- }
740
-
741
719
  /**
742
720
  * Represents a VAST creative. It is either a linear or non-linear ad.
743
721
  *
@@ -1544,15 +1522,6 @@ interface Ads extends EventDispatcher<AdsEventMap> {
1544
1522
  * <br/> - Only available with the feature `'google-dai'`.
1545
1523
  */
1546
1524
  readonly dai?: GoogleDAI;
1547
- /**
1548
- * The THEOads API.
1549
- *
1550
- * @deprecated use {@link TheoAds} instead.
1551
- *
1552
- * @remarks
1553
- * <br/> - Only available with the feature `'theoads'`.
1554
- */
1555
- readonly theoads?: LegacyTheoAds;
1556
1525
  /**
1557
1526
  * Add an ad break request.
1558
1527
  *
@@ -2444,48 +2413,15 @@ interface GoogleDAITypedSource extends TypedSource {
2444
2413
  ssai: GoogleDAIVodConfiguration | GoogleDAILiveConfiguration;
2445
2414
  }
2446
2415
 
2447
- /**
2448
- * The identifier of the Imagine integration.
2449
- *
2450
- * @category Source
2451
- * @category SSAI
2452
- * @public
2453
- */
2454
- type ImagineSSAIIntegrationID = 'imagine';
2455
- /**
2456
- * Describes the SSAI configuration of the Imagine integration.
2457
- *
2458
- * @category Source
2459
- * @category SSAI
2460
- * @public
2461
- */
2462
- interface ImagineServerSideAdInsertionConfiguration extends ServerSideAdInsertionConfiguration {
2463
- /**
2464
- * {@inheritDoc ServerSideAdInsertionConfiguration.integration}
2465
- */
2466
- integration: ImagineSSAIIntegrationID;
2467
- }
2468
- /**
2469
- * Describes a source of the Imagine integration.
2470
- *
2471
- * @category Source
2472
- * @category SSAI
2473
- * @public
2474
- */
2475
- interface ImagineTypedSource extends TypedSource {
2476
- ssai: ImagineServerSideAdInsertionConfiguration;
2477
- }
2478
-
2479
2416
  /**
2480
2417
  * The identifier of a server-side ad insertion pre-integration, represented by a value from the following list:
2481
2418
  * <br/> - `'google-dai'`: The configuration with this identifier is a {@link GoogleDAIConfiguration}
2482
- * <br/> - `'imagine'`: The configuration with this identifier is a {@link ImagineServerSideAdInsertionConfiguration}
2483
2419
  *
2484
2420
  * @category Source
2485
2421
  * @category SSAI
2486
2422
  * @public
2487
2423
  */
2488
- type SSAIIntegrationId = GoogleDAISSAIIntegrationID | ImagineSSAIIntegrationID;
2424
+ type SSAIIntegrationId = GoogleDAISSAIIntegrationID;
2489
2425
  /**
2490
2426
  * Represents a configuration for server-side ad insertion (SSAI).
2491
2427
  *
@@ -2517,7 +2453,7 @@ type VRStereoMode = '' | 'horizontal' | 'vertical';
2517
2453
  * The panorama mode of the VR content, represented by a value from the following list:
2518
2454
  * <br/> - `''`: No panorama mode.
2519
2455
  * <br/> - `'360'`: The video contains content with a full 360 degree field of view.
2520
- * <br/> - `'180'`: The video contains content with a 180 degree field of view. `'180'` is only available when using the WebXR API.
2456
+ * <br/> - `'180'`: The video contains content with a 180 degree field of view.
2521
2457
  *
2522
2458
  * @category VR
2523
2459
  * @public
@@ -2617,27 +2553,10 @@ interface ChromecastConfiguration {
2617
2553
  * <br/> - `'play-none'`: Plays none of the ad breaks skipped due to a seek.
2618
2554
  * <br/> - `'play-last'`: Plays the last ad break skipped due to a seek.
2619
2555
  *
2620
- * @category Verizon Media
2621
2556
  * @category Uplynk
2622
2557
  * @public
2623
2558
  */
2624
2559
  type SkippedAdStrategy = 'play-all' | 'play-none' | 'play-last';
2625
- /**
2626
- * Describes the configuration of the Verizon Media integration.
2627
- *
2628
- * @category Verizon Media
2629
- * @public
2630
- * @deprecated Superseded by {@link UplynkConfiguration}
2631
- */
2632
- interface VerizonMediaConfiguration extends UplynkConfiguration {
2633
- /**
2634
- * The Verizon Media UI configuration.
2635
- *
2636
- * @remarks
2637
- * Only available with the features `'verizon-media'` and `'ui'`.
2638
- */
2639
- ui?: VerizonMediaUiConfiguration;
2640
- }
2641
2560
  /**
2642
2561
  * Describes the configuration of the Uplynk integration.
2643
2562
  *
@@ -2670,15 +2589,6 @@ interface UplynkConfiguration {
2670
2589
  */
2671
2590
  ui?: UplynkUiConfiguration;
2672
2591
  }
2673
- /**
2674
- * Describes the UI configuration of the Verizon Media integration.
2675
- *
2676
- * @category Verizon Media
2677
- * @public
2678
- * @deprecated Superseded by {@link UplynkUiConfiguration}
2679
- */
2680
- interface VerizonMediaUiConfiguration extends UplynkUiConfiguration {
2681
- }
2682
2592
  /**
2683
2593
  * Describes the UI configuration of the Uplynk integration.
2684
2594
  *
@@ -2753,12 +2663,13 @@ interface SourceAbrConfiguration {
2753
2663
  *
2754
2664
  * @category VR
2755
2665
  * @public
2666
+ * @deprecated Ignored.
2756
2667
  */
2757
2668
  interface VRPlayerConfiguration {
2758
2669
  /**
2759
2670
  * Whether to use the {@link https://immersiveweb.dev/ | WebXR API}.
2760
2671
  *
2761
- * @defaultValue `false`
2672
+ * @deprecated Ignored, always assumed to be `true`.
2762
2673
  */
2763
2674
  useWebXR?: boolean;
2764
2675
  }
@@ -2899,7 +2810,7 @@ interface PlayerConfiguration {
2899
2810
  *
2900
2811
  * @deprecated Superseded by {@link uplynk}
2901
2812
  */
2902
- verizonMedia?: VerizonMediaConfiguration;
2813
+ verizonMedia?: UplynkConfiguration;
2903
2814
  /**
2904
2815
  * The Uplynk configuration for the player.
2905
2816
  */
@@ -2927,6 +2838,8 @@ interface PlayerConfiguration {
2927
2838
  abr?: SourceAbrConfiguration;
2928
2839
  /**
2929
2840
  * The vr configuration for the player.
2841
+ *
2842
+ * @deprecated Ignored.
2930
2843
  */
2931
2844
  vr?: VRPlayerConfiguration;
2932
2845
  /**
@@ -3195,15 +3108,6 @@ interface ChromecastMetadataDescription extends MetadataDescription {
3195
3108
  readonly type?: ChromecastMetadataType;
3196
3109
  }
3197
3110
 
3198
- /**
3199
- * Represents a media resource which is found on the Verizon Media Platform.
3200
- *
3201
- * @category Source
3202
- * @category Verizon Media
3203
- * @public
3204
- * @deprecated Superseded by {@link UplynkSource}
3205
- */
3206
- type VerizonMediaSource = UplynkSource;
3207
3111
  /**
3208
3112
  * Represents a media resource which is found on the Uplynk Platform.
3209
3113
  *
@@ -3215,7 +3119,7 @@ interface UplynkSource extends BaseSource {
3215
3119
  /**
3216
3120
  * The integration ID of the source, represented by a value from the following list:
3217
3121
  * <br/> - `'uplynk'`: The source is an {@link UplynkSource}.
3218
- * <br/> - `'verizon-media'`: The source is a {@link VerizonMediaSource}. (Deprecated, superseded by `'uplynk'`)
3122
+ * <br/> - `'verizon-media'`: The source is an {@link UplynkSource}. (Deprecated, superseded by `'uplynk'`)
3219
3123
  */
3220
3124
  integration: 'uplynk' | 'verizon-media';
3221
3125
  /**
@@ -3288,18 +3192,6 @@ interface UplynkSource extends BaseSource {
3288
3192
  */
3289
3193
  assetInfo?: boolean;
3290
3194
  }
3291
- /**
3292
- * Represents a unique asset identifier for a Verizon Media asset.
3293
- *
3294
- * @remarks
3295
- * <br/> - This asset identifier determines a unique asset on the Verizon Media Platform.
3296
- *
3297
- * @category Source
3298
- * @category Verizon Media
3299
- * @public
3300
- * @deprecated Superseded by {@link UplynkAssetId}
3301
- */
3302
- type VerizonMediaAssetId = UplynkAssetId;
3303
3195
  /**
3304
3196
  * Represents a unique asset identifier for an Uplynk asset.
3305
3197
  *
@@ -3311,18 +3203,6 @@ type VerizonMediaAssetId = UplynkAssetId;
3311
3203
  * @public
3312
3204
  */
3313
3205
  type UplynkAssetId = string;
3314
- /**
3315
- * Represents a combination of user identifier and one or more external identifiers for Verizon Media assets.
3316
- *
3317
- * @remarks
3318
- * <br/> - Each combination of the user identifier and external identifier determines a unique asset on the Verizon Media Platform.
3319
- *
3320
- * @category Source
3321
- * @category Verizon Media
3322
- * @public
3323
- * @deprecated Superseded by {@link UplynkExternalId}
3324
- */
3325
- type VerizonMediaExternalId = UplynkExternalId;
3326
3206
  /**
3327
3207
  * Represents a combination of user identifier and one or more external identifiers for Uplynk assets.
3328
3208
  *
@@ -3343,15 +3223,6 @@ interface UplynkExternalId {
3343
3223
  */
3344
3224
  externalId: string | string[];
3345
3225
  }
3346
- /**
3347
- * Describes the configuration of Verizon Media Ping features.
3348
- *
3349
- * @category Source
3350
- * @category Verizon Media
3351
- * @public
3352
- * @deprecated Superseded by {@link UplynkPingConfiguration}
3353
- */
3354
- type VerizonMediaPingConfiguration = UplynkPingConfiguration;
3355
3226
  /**
3356
3227
  * Describes the configuration of Uplynk Ping features.
3357
3228
  *
@@ -3390,18 +3261,6 @@ interface UplynkPingConfiguration {
3390
3261
  */
3391
3262
  linearAdData?: boolean;
3392
3263
  }
3393
- /**
3394
- * The type of an asset on the Verizon Media Platform, represented by a value from the following list:
3395
- * <br/> - `'asset'`: A Video-on-demand content asset.
3396
- * <br/> - `'channel'`: A Live content channel.
3397
- * <br/> - `'event'`: A Live event.
3398
- *
3399
- * @category Source
3400
- * @category Verizon Media
3401
- * @public
3402
- * @deprecated Superseded by {@link UplynkAssetType}
3403
- */
3404
- type VerizonMediaAssetType = UplynkAssetType;
3405
3264
  /**
3406
3265
  * The type of an asset on the Uplynk Platform, represented by a value from the following list:
3407
3266
  * <br/> - `'asset'`: A Video-on-demand content asset.
@@ -3528,6 +3387,17 @@ interface DashPlaybackConfiguration {
3528
3387
  * @defaultValue `true`
3529
3388
  */
3530
3389
  segmentRelativeVttTiming?: boolean;
3390
+ /**
3391
+ * A flag to force re-creation of the MediaSource when switching audio tracks.
3392
+ *
3393
+ * @remarks
3394
+ * <br/> - Available since v8.14.0.
3395
+ *
3396
+ * @defaultValue `false`
3397
+ *
3398
+ * @internal
3399
+ */
3400
+ forceRecreateMediaSourceOnAudioSwitch?: boolean;
3531
3401
  }
3532
3402
 
3533
3403
  /**
@@ -4264,13 +4134,6 @@ interface MillicastSource extends TypedSource {
4264
4134
  * @see https://millicast.github.io/millicast-sdk/global.html#DirectorSubscriberOptions
4265
4135
  */
4266
4136
  src: string;
4267
- /**
4268
- * The name of the Millicast stream to subscribe to.
4269
- *
4270
- * @see https://millicast.github.io/millicast-sdk/global.html#DirectorSubscriberOptions
4271
- * @deprecated use {@link MillicastSource.src} instead
4272
- */
4273
- streamName?: string;
4274
4137
  /**
4275
4138
  * The Millicast account identifier.
4276
4139
  *
@@ -4492,12 +4355,6 @@ interface SourceConfiguration {
4492
4355
  * <br/> - Available since v2.21.0.
4493
4356
  */
4494
4357
  metadata?: ChromecastMetadataDescription;
4495
- /**
4496
- * Whether segments in a HLS manifest should be represented by cues in a metadata text track.
4497
- *
4498
- * @deprecated Do not use this feature without consulting THEO Technologies.
4499
- */
4500
- manifestMetadataTrack?: boolean;
4501
4358
  }
4502
4359
  /**
4503
4360
  * Describes the configuration of a player's source.
@@ -4894,7 +4751,7 @@ interface TypedSource extends BaseSource {
4894
4751
  type StreamType = 'live' | 'dvr' | 'vod';
4895
4752
  /**
4896
4753
  * The integration identifier of a source specific to a pre-integration, represented by a value from the following list:
4897
- * <br/> - `'verizon-media'`: The source is a {@link VerizonMediaSource}. (Deprecated, superseded by `'uplynk'`)
4754
+ * <br/> - `'verizon-media'`: The source is a {@link UplynkSource}. (Deprecated, superseded by `'uplynk'`)
4898
4755
  * <br/> - `'mediatailor'`: The source contains the MediaTailor initialization url.
4899
4756
  * <br/> - `'theolive'`: The source is a {@link TheoLiveSource}. (Deprecated, see {@link TheoLiveSource.integration})
4900
4757
  * <br/> - `'uplynk'`: The source is an {@link UplynkSource}.
@@ -7206,74 +7063,6 @@ interface Metrics {
7206
7063
  */
7207
7064
  type PreloadType = 'none' | 'metadata' | 'auto' | '';
7208
7065
 
7209
- /**
7210
- * Fired when an event related to the Imagine integration occurs.
7211
- *
7212
- * @category SSAI
7213
- * @category Events
7214
- * @public
7215
- */
7216
- interface ImagineTrackingEvent extends Event<'start' | 'firstquartile' | 'midpoint' | 'thirdquartile' | 'complete' | 'pause' | 'resume'> {
7217
- }
7218
-
7219
- /**
7220
- * The events fired by the {@link Imagine | Imagine API}.
7221
- *
7222
- * @category SSAI
7223
- * @public
7224
- */
7225
- interface ImagineEventMap {
7226
- /**
7227
- * Fired when the ad starts.
7228
- */
7229
- start: ImagineTrackingEvent;
7230
- /**
7231
- * Fired when the ad reaches the first quartile.
7232
- */
7233
- firstquartile: ImagineTrackingEvent;
7234
- /**
7235
- * Fired when the ad reaches the mid point.
7236
- */
7237
- midpoint: ImagineTrackingEvent;
7238
- /**
7239
- * Fired when the ad reaches the third quartile.
7240
- */
7241
- thirdquartile: ImagineTrackingEvent;
7242
- /**
7243
- * Fired when the ad is completed.
7244
- */
7245
- complete: ImagineTrackingEvent;
7246
- /**
7247
- * Fired when the ad pauses.
7248
- */
7249
- pause: ImagineTrackingEvent;
7250
- /**
7251
- * Fired when the ad resumes.
7252
- */
7253
- resume: ImagineTrackingEvent;
7254
- }
7255
- /**
7256
- * The Imagine API.
7257
- *
7258
- * @category SSAI
7259
- * @public
7260
- */
7261
- interface Imagine extends EventDispatcher<ImagineEventMap> {
7262
- /**
7263
- * Whether an Imagine ad is playing.
7264
- */
7265
- readonly playing: boolean;
7266
- }
7267
-
7268
- /**
7269
- * Fired when the ad break begins.
7270
- *
7271
- * @category Verizon Media
7272
- * @category Events
7273
- * @public
7274
- * @deprecated Superseded by {@link UplynkAdBreakBeginEvent}
7275
- */
7276
- type VerizonMediaAdBreakBeginEvent = UplynkAdBreakBeginEvent;
7277
7066
  /**
7278
7067
  * Fired when the ad break begins.
7279
7068
  *
@@ -7288,15 +7077,6 @@ interface UplynkAdBreakBeginEvent extends Event<'adbreakbegin'> {
7288
7077
  readonly adBreak: UplynkAdBreak;
7289
7078
  }
7290
7079
 
7291
- /**
7292
- * Fired when the ad break ends.
7293
- *
7294
- * @category Verizon Media
7295
- * @category Events
7296
- * @public
7297
- * @deprecated Superseded by {@link UplynkAdBreakEndEvent}
7298
- */
7299
- type VerizonMediaAdBreakEndEvent = UplynkAdBreakEndEvent;
7300
7080
  /**
7301
7081
  * Fired when the ad break ends.
7302
7082
  *
@@ -7311,15 +7091,6 @@ interface UplynkAdBreakEndEvent extends Event<'adbreakend'> {
7311
7091
  readonly adBreak: UplynkAdBreak;
7312
7092
  }
7313
7093
 
7314
- /**
7315
- * Fired when the ad break is skipped.
7316
- *
7317
- * @category Verizon Media
7318
- * @category Events
7319
- * @public
7320
- * @deprecated Superseded by {@link UplynkAdBreakSkipEvent}
7321
- */
7322
- type VerizonMediaAdBreakSkipEvent = UplynkAdBreakSkipEvent;
7323
7094
  /**
7324
7095
  * Fired when the ad break is skipped.
7325
7096
  *
@@ -7334,15 +7105,6 @@ interface UplynkAdBreakSkipEvent extends Event<'adbreakskip'> {
7334
7105
  readonly adBreak: UplynkAdBreak;
7335
7106
  }
7336
7107
 
7337
- /**
7338
- * Fired when the ad break is updated.
7339
- *
7340
- * @category Verizon Media
7341
- * @category Events
7342
- * @public
7343
- * @deprecated Superseded by {@link UplynkUpdateAdBreakEvent}
7344
- */
7345
- type VerizonMediaUpdateAdBreakEvent = UplynkUpdateAdBreakEvent;
7346
7108
  /**
7347
7109
  * Fired when the ad break is updated.
7348
7110
  *
@@ -7385,15 +7147,6 @@ interface List<T> extends Array<T> {
7385
7147
  interface EventedList<T, M extends EventMap<StringKeyOf<M>>> extends List<T>, EventDispatcher<M> {
7386
7148
  }
7387
7149
 
7388
- /**
7389
- * Fired when an ad begins.
7390
- *
7391
- * @category Verizon Media
7392
- * @category Events
7393
- * @public
7394
- * @deprecated Superseded by {@link UplynkAdBeginEvent}
7395
- */
7396
- type VerizonMediaAdBeginEvent = UplynkAdBeginEvent;
7397
7150
  /**
7398
7151
  * Fired when an ad begins.
7399
7152
  *
@@ -7408,15 +7161,6 @@ interface UplynkAdBeginEvent extends Event<'adbegin'> {
7408
7161
  readonly ad: UplynkAd;
7409
7162
  }
7410
7163
 
7411
- /**
7412
- * Fired when the ad ends.
7413
- *
7414
- * @category Verizon Media
7415
- * @category Events
7416
- * @public
7417
- * @deprecated Superseded by {@link UplynkAdEndEvent}
7418
- */
7419
- type VerizonMediaAdEndEvent = UplynkAdEndEvent;
7420
7164
  /**
7421
7165
  * Fired when the ad ends.
7422
7166
  *
@@ -7431,15 +7175,6 @@ interface UplynkAdEndEvent extends Event<'adend'> {
7431
7175
  readonly ad: UplynkAd;
7432
7176
  }
7433
7177
 
7434
- /**
7435
- * Fired when the ad reaches the first quartile.
7436
- *
7437
- * @category Verizon Media
7438
- * @category Events
7439
- * @public
7440
- * @deprecated Superseded by {@link UplynkAdFirstQuartileEvent}
7441
- */
7442
- type VerizonMediaAdFirstQuartileEvent = UplynkAdFirstQuartileEvent;
7443
7178
  /**
7444
7179
  * Fired when the ad reaches the first quartile.
7445
7180
  *
@@ -7453,15 +7188,6 @@ interface UplynkAdFirstQuartileEvent extends Event<'adfirstquartile'> {
7453
7188
  */
7454
7189
  readonly ad: UplynkAd;
7455
7190
  }
7456
- /**
7457
- * Fired when the ad reaches the mid point.
7458
- *
7459
- * @category Verizon Media
7460
- * @category Events
7461
- * @public
7462
- * @deprecated Superseded by {@link UplynkAdMidpointEvent}
7463
- */
7464
- type VerizonMediaAdMidpointEvent = UplynkAdMidpointEvent;
7465
7191
  /**
7466
7192
  * Fired when the ad reaches the mid point.
7467
7193
  *
@@ -7475,15 +7201,6 @@ interface UplynkAdMidpointEvent extends Event<'admidpoint'> {
7475
7201
  */
7476
7202
  readonly ad: UplynkAd;
7477
7203
  }
7478
- /**
7479
- * Fired when the ad reaches the third quartile.
7480
- *
7481
- * @category Verizon Media
7482
- * @category Events
7483
- * @public
7484
- * @deprecated Superseded by {@link UplynkAdThirdQuartileEvent}
7485
- */
7486
- type VerizonMediaAdThirdQuartileEvent = UplynkAdThirdQuartileEvent;
7487
7204
  /**
7488
7205
  * Fired when the ad reaches the third quartile.
7489
7206
  *
@@ -7497,15 +7214,6 @@ interface UplynkAdThirdQuartileEvent extends Event<'adthirdquartile'> {
7497
7214
  */
7498
7215
  readonly ad: UplynkAd;
7499
7216
  }
7500
- /**
7501
- * Fired when the ad is completed.
7502
- *
7503
- * @category Verizon Media
7504
- * @category Events
7505
- * @public
7506
- * @deprecated Superseded by {@link UplynkAdCompleteEvent}
7507
- */
7508
- type VerizonMediaAdCompleteEvent = UplynkAdCompleteEvent;
7509
7217
  /**
7510
7218
  * Fired when the ad is completed.
7511
7219
  *
@@ -7520,14 +7228,6 @@ interface UplynkAdCompleteEvent extends Event<'adcomplete'> {
7520
7228
  readonly ad: UplynkAd;
7521
7229
  }
7522
7230
 
7523
- /**
7524
- * The events fired by the {@link VerizonMediaAd}.
7525
- *
7526
- * @category Verizon Media
7527
- * @public
7528
- * @deprecated Superseded by {@link UplynkAdEventMap}
7529
- */
7530
- type VerizonMediaAdEventMap = UplynkAdEventMap;
7531
7231
  /**
7532
7232
  * The events fired by the {@link UplynkAd}.
7533
7233
  *
@@ -7560,14 +7260,6 @@ interface UplynkAdEventMap {
7560
7260
  */
7561
7261
  adcomplete: UplynkAdCompleteEvent;
7562
7262
  }
7563
- /**
7564
- * Represents a Verizon Media ad.
7565
- *
7566
- * @category Verizon Media
7567
- * @public
7568
- * @deprecated Superseded by {@link UplynkAd}
7569
- */
7570
- type VerizonMediaAd = UplynkAd;
7571
7263
  /**
7572
7264
  * Represents an Uplynk ad.
7573
7265
  *
@@ -7645,15 +7337,6 @@ interface UplynkAd extends EventDispatcher<UplynkAdEventMap> {
7645
7337
  readonly freeWheelParameters: Record<string, string>;
7646
7338
  }
7647
7339
 
7648
- /**
7649
- * Fired when the ad is removed.
7650
- *
7651
- * @category Verizon Media
7652
- * @category Events
7653
- * @public
7654
- * @deprecated Superseded by {@link UplynkRemoveAdEvent}
7655
- */
7656
- type VerizonMediaRemoveAdEvent = UplynkRemoveAdEvent;
7657
7340
  /**
7658
7341
  * Fired when the ad is removed.
7659
7342
  *
@@ -7665,14 +7348,6 @@ interface UplynkRemoveAdEvent extends Event<'removead'> {
7665
7348
  readonly ad: UplynkAd;
7666
7349
  }
7667
7350
 
7668
- /**
7669
- * Events fired by the {@link VerizonMediaAdList}.
7670
- *
7671
- * @category Verizon Media
7672
- * @public
7673
- * @deprecated Superseded by {@link UplynkAdListEventMap}
7674
- */
7675
- type VerizonMediaAdListEventMap = UplynkAdListEventMap;
7676
7351
  /**
7677
7352
  * Events fired by the {@link UplynkAdList}.
7678
7353
  *
@@ -7685,14 +7360,6 @@ interface UplynkAdListEventMap {
7685
7360
  */
7686
7361
  removead: UplynkRemoveAdEvent;
7687
7362
  }
7688
- /**
7689
- * List of Verizon Media ads.
7690
- *
7691
- * @category Verizon Media
7692
- * @public
7693
- * @deprecated Superseded by {@link UplynkAdList}
7694
- */
7695
- type VerizonMediaAdList = UplynkAdList;
7696
7363
  /**
7697
7364
  * List of Uplynk ads.
7698
7365
  *
@@ -7702,14 +7369,6 @@ type VerizonMediaAdList = UplynkAdList;
7702
7369
  interface UplynkAdList extends EventedList<UplynkAd, UplynkAdListEventMap> {
7703
7370
  }
7704
7371
 
7705
- /**
7706
- * The events fired by the {@link VerizonMediaAdBreak}.
7707
- *
7708
- * @category Verizon Media
7709
- * @public
7710
- * @deprecated Superseded by {@link UplynkAdBreakEventMap}
7711
- */
7712
- type VerizonMediaAdBreakEventMap = UplynkAdBreakEventMap;
7713
7372
  /**
7714
7373
  * The events fired by the {@link UplynkAdBreak}.
7715
7374
  *
@@ -7734,14 +7393,6 @@ interface UplynkAdBreakEventMap {
7734
7393
  */
7735
7394
  updateadbreak: UplynkUpdateAdBreakEvent;
7736
7395
  }
7737
- /**
7738
- * Represents a Verizon Media ad break.
7739
- *
7740
- * @category Verizon Media
7741
- * @public
7742
- * @deprecated Superseded by {@link UplynkAdBreak}
7743
- */
7744
- type VerizonMediaAdBreak = UplynkAdBreak;
7745
7396
  /**
7746
7397
  * Represents an Uplynk ad break.
7747
7398
  *
@@ -7783,20 +7434,11 @@ interface UplynkAdBreak extends EventDispatcher<UplynkAdBreakEventMap> {
7783
7434
  * @example
7784
7435
  * To be able to skip the first ad after 10 seconds use: `10`.
7785
7436
  *
7786
- * @defaultValue The {@link VerizonMediaConfiguration.defaultSkipOffset}.
7437
+ * @defaultValue The {@link UplynkConfiguration.defaultSkipOffset}.
7787
7438
  */
7788
7439
  skipOffset: number;
7789
7440
  }
7790
7441
 
7791
- /**
7792
- * Fired when the ad break is added.
7793
- *
7794
- * @category Verizon Media
7795
- * @category Events
7796
- * @public
7797
- * @deprecated Superseded by {@link UplynkAddAdBreakEvent}
7798
- */
7799
- type VerizonMediaAddAdBreakEvent = UplynkAddAdBreakEvent;
7800
7442
  /**
7801
7443
  * Fired when the ad break is added.
7802
7444
  *
@@ -7811,15 +7453,6 @@ interface UplynkAddAdBreakEvent extends Event<'addadbreak'> {
7811
7453
  readonly adBreak: UplynkAdBreak;
7812
7454
  }
7813
7455
 
7814
- /**
7815
- * Fired when the ad break is removed.
7816
- *
7817
- * @category Verizon Media
7818
- * @category Events
7819
- * @public
7820
- * @deprecated Superseded by {@link UplynkRemoveAdBreakEvent}
7821
- */
7822
- type VerizonMediaRemoveAdBreakEvent = UplynkRemoveAdBreakEvent;
7823
7456
  /**
7824
7457
  * Fired when the ad break is removed.
7825
7458
  *
@@ -7834,14 +7467,6 @@ interface UplynkRemoveAdBreakEvent extends Event<'removeadbreak'> {
7834
7467
  readonly adBreak: UplynkAdBreak;
7835
7468
  }
7836
7469
 
7837
- /**
7838
- * The events fired by the {@link VerizonMediaAdBreakList}.
7839
- *
7840
- * @category Verizon Media
7841
- * @public
7842
- * @deprecated Superseded by {@link UplynkAdBreakListEventMap}
7843
- */
7844
- type VerizonMediaAdBreakListEventMap = UplynkAdBreakListEventMap;
7845
7470
  /**
7846
7471
  * The events fired by the {@link UplynkAdBreakList}.
7847
7472
  *
@@ -7858,14 +7483,6 @@ interface UplynkAdBreakListEventMap {
7858
7483
  */
7859
7484
  removeadbreak: UplynkRemoveAdBreakEvent;
7860
7485
  }
7861
- /**
7862
- * List with Verizon Media ad breaks.
7863
- *
7864
- * @category Verizon Media
7865
- * @public
7866
- * @deprecated Superseded by {@link UplynkAdBreakList}
7867
- */
7868
- type VerizonMediaAdBreakList = UplynkAdBreakList;
7869
7486
  /**
7870
7487
  * List with Uplynk ad breaks.
7871
7488
  *
@@ -7875,14 +7492,6 @@ type VerizonMediaAdBreakList = UplynkAdBreakList;
7875
7492
  interface UplynkAdBreakList extends EventedList<UplynkAdBreak, UplynkAdBreakListEventMap> {
7876
7493
  }
7877
7494
 
7878
- /**
7879
- * The Verizon Media ads API.
7880
- *
7881
- * @category Verizon Media
7882
- * @public
7883
- * @deprecated Superseded by {@link UplynkAds}
7884
- */
7885
- type VerizonMediaAds = UplynkAds;
7886
7495
  /**
7887
7496
  * The Uplynk ads API.
7888
7497
  *
@@ -7914,14 +7523,6 @@ interface UplynkAds {
7914
7523
  skip(): void;
7915
7524
  }
7916
7525
 
7917
- /**
7918
- * Represents a Verizon Media response with advertisement information for VOD assets.
7919
- *
7920
- * @category Verizon Media
7921
- * @public
7922
- * @deprecated Superseded by {@link UplynkResponseVodAds}
7923
- */
7924
- type VerizonMediaResponseVodAds = UplynkResponseVodAds;
7925
7526
  /**
7926
7527
  * Represents an Uplynk response with advertisement information for VOD assets.
7927
7528
  *
@@ -7945,14 +7546,6 @@ interface UplynkResponseVodAds {
7945
7546
  */
7946
7547
  placeholderOffsets?: UplynkResponseVodAdPlaceholder[];
7947
7548
  }
7948
- /**
7949
- * Represents a Verizon Media response with ad break information for VOD assets.
7950
- *
7951
- * @category Verizon Media
7952
- * @public
7953
- * @deprecated Superseded by {@link UplynkResponseVodAdBreak}
7954
- */
7955
- type VerizonMediaResponseVodAdBreak = UplynkResponseVodAdBreak;
7956
7549
  /**
7957
7550
  * Represents an Uplynk response with ad break information for VOD assets.
7958
7551
  *
@@ -7992,14 +7585,6 @@ interface UplynkResponseVodAdBreak {
7992
7585
  */
7993
7586
  events: Record<string, string[]>;
7994
7587
  }
7995
- /**
7996
- * The Verizon Media response with ad information for VOD assets.
7997
- *
7998
- * @category Verizon Media
7999
- * @public
8000
- * @deprecated Superseded by {@link UplynkResponseVodAd}
8001
- */
8002
- type VerizonMediaResponseVodAd = UplynkResponseVodAd;
8003
7588
  /**
8004
7589
  * The Uplynk response with ad information for VOD assets.
8005
7590
  *
@@ -8068,14 +7653,6 @@ interface UplynkResponseVodAd {
8068
7653
  */
8069
7654
  events: Record<string, string[]>;
8070
7655
  }
8071
- /**
8072
- * Represents the offset of a Verizon Media ad break.
8073
- *
8074
- * @category Verizon Media
8075
- * @public
8076
- * @deprecated Superseded by {@link UplynkResponseVodAdBreakOffset}
8077
- */
8078
- type VerizonMediaResponseVodAdBreakOffset = UplynkResponseVodAdBreakOffset;
8079
7656
  /**
8080
7657
  * Represents the offset of an Uplynk ad break.
8081
7658
  *
@@ -8092,19 +7669,6 @@ interface UplynkResponseVodAdBreakOffset {
8092
7669
  */
8093
7670
  timeOffset: number;
8094
7671
  }
8095
- /**
8096
- * Represents a Verizon Media response with a placeholder for an ad for VOD assets.
8097
- *
8098
- * @remarks
8099
- * A placeholder is an ad which
8100
- * <br/> - is a short blank video for non-video ads (e.g. VPAID ads).
8101
- * <br/> - is a system asset which is potentially subject to change.
8102
- *
8103
- * @category Verizon Media
8104
- * @public
8105
- * @deprecated Superseded by {@link UplynkResponseVodAdPlaceholder}
8106
- */
8107
- type VerizonMediaResponseVodAdPlaceholder = UplynkResponseVodAdPlaceholder;
8108
7672
  /**
8109
7673
  * Represents an Uplynk response with a placeholder for an ad for VOD assets.
8110
7674
  *
@@ -8135,16 +7699,6 @@ interface UplynkResponseVodAdPlaceholder {
8135
7699
  endTime: number;
8136
7700
  }
8137
7701
 
8138
- /**
8139
- * The response type of the Verizon Media Preplay request, represented by a value from the following list:
8140
- * <br/> - `'vod'`
8141
- * <br/> - `'live'`
8142
- *
8143
- * @category Verizon Media
8144
- * @public
8145
- * @deprecated Superseded by {@link UplynkPreplayResponseType}
8146
- */
8147
- type VerizonMediaPreplayResponseType = UplynkPreplayResponseType;
8148
7702
  /**
8149
7703
  * The response type of the Uplynk Preplay request, represented by a value from the following list:
8150
7704
  * <br/> - `'vod'`
@@ -8154,14 +7708,6 @@ type VerizonMediaPreplayResponseType = UplynkPreplayResponseType;
8154
7708
  * @public
8155
7709
  */
8156
7710
  type UplynkPreplayResponseType = 'vod' | 'live';
8157
- /**
8158
- * Type of a Verizon Media Preplay response.
8159
- *
8160
- * @category Verizon Media
8161
- * @public
8162
- * @deprecated Superseded by {@link UplynkPreplayResponse}
8163
- */
8164
- type VerizonMediaPreplayResponse = UplynkPreplayResponse;
8165
7711
  /**
8166
7712
  * Type of an Uplynk Preplay response.
8167
7713
  *
@@ -8169,14 +7715,6 @@ type VerizonMediaPreplayResponse = UplynkPreplayResponse;
8169
7715
  * @public
8170
7716
  */
8171
7717
  type UplynkPreplayResponse = UplynkPreplayVodResponse | UplynkPreplayLiveResponse;
8172
- /**
8173
- * Represents a Verizon Media Preplay base response.
8174
- *
8175
- * @category Verizon Media
8176
- * @public
8177
- * @deprecated Superseded by {@link UplynkPreplayBaseResponse}
8178
- */
8179
- type VerizonMediaPreplayBaseResponse = UplynkPreplayBaseResponse;
8180
7718
  /**
8181
7719
  * Represents an Uplynk Preplay base response.
8182
7720
  *
@@ -8216,14 +7754,6 @@ interface UplynkPreplayBaseResponse {
8216
7754
  */
8217
7755
  drm?: UplynkResponseDrm;
8218
7756
  }
8219
- /**
8220
- * Represents a Verizon Media DRM response.
8221
- *
8222
- * @category Verizon Media
8223
- * @public
8224
- * @deprecated Superseded by {@link UplynkResponseDrm}
8225
- */
8226
- type VerizonMediaResponseDrm = UplynkResponseDrm;
8227
7757
  /**
8228
7758
  * Represents an Uplynk DRM response.
8229
7759
  *
@@ -8248,14 +7778,6 @@ interface UplynkResponseDrm {
8248
7778
  */
8249
7779
  playreadyLicenseURL?: string;
8250
7780
  }
8251
- /**
8252
- * Represents a Verizon Media Preplay response for VOD assets.
8253
- *
8254
- * @category Verizon Media
8255
- * @public
8256
- * @deprecated Superseded by {@link UplynkPreplayVodResponse}
8257
- */
8258
- type VerizonMediaPreplayVodResponse = UplynkPreplayVodResponse;
8259
7781
  /**
8260
7782
  * Represents an Uplynk Preplay response for VOD assets.
8261
7783
  *
@@ -8281,14 +7803,6 @@ interface UplynkPreplayVodResponse extends UplynkPreplayBaseResponse {
8281
7803
  */
8282
7804
  interstitialURL: string | null | undefined;
8283
7805
  }
8284
- /**
8285
- * Represents a Verizon Media Preplay response for live assets.
8286
- *
8287
- * @category Verizon Media
8288
- * @public
8289
- * @deprecated Superseded by {@link UplynkPreplayLiveResponse}
8290
- */
8291
- type VerizonMediaPreplayLiveResponse = UplynkPreplayLiveResponse;
8292
7806
  /**
8293
7807
  * Represents an Uplynk Preplay response for live assets.
8294
7808
  *
@@ -8302,14 +7816,6 @@ interface UplynkPreplayLiveResponse extends UplynkPreplayBaseResponse {
8302
7816
  type: 'live';
8303
7817
  }
8304
7818
 
8305
- /**
8306
- * Fired when a Preplay response is received.
8307
- *
8308
- * @category Verizon Media
8309
- * @public
8310
- * @deprecated Superseded by {@link UplynkPreplayResponseEvent}
8311
- */
8312
- type VerizonMediaPreplayResponseEvent = UplynkPreplayResponseEvent;
8313
7819
  /**
8314
7820
  * Fired when a Preplay response is received.
8315
7821
  *
@@ -8323,17 +7829,6 @@ interface UplynkPreplayResponseEvent extends Event<'preplayresponse'> {
8323
7829
  readonly response: UplynkPreplayResponse;
8324
7830
  }
8325
7831
 
8326
- /**
8327
- * Represents a Verizon Media Asset Info Response.
8328
- *
8329
- * @remarks
8330
- * <br/> - See {@link https://docs.vdms.com/video/#Develop/AssetInfo.htm%3FTocPath%3DDevelop%7CClient%2520(Media%2520Player)%7C_____1 | Asset Info}.
8331
- *
8332
- * @category Verizon Media
8333
- * @public
8334
- * @deprecated Superseded by {@link UplynkAssetInfoResponse}
8335
- */
8336
- type VerizonMediaAssetInfoResponse = UplynkAssetInfoResponse;
8337
7832
  /**
8338
7833
  * Represents an Uplynk Asset Info Response.
8339
7834
  *
@@ -8479,7 +7974,6 @@ interface UplynkAssetInfoResponse {
8479
7974
  * @remarks
8480
7975
  * <br/> - See {@link https://api-docs.uplynk.com/index.html#Setup/Boundaries-Setup-Playback.htm | Boundaries }
8481
7976
  *
8482
- * @category Verizon Media
8483
7977
  * @category Uplynk
8484
7978
  * @public
8485
7979
  */
@@ -8487,7 +7981,6 @@ type Boundary = BoundaryC3 | BoundaryC7 | BoundaryHalftime;
8487
7981
  /**
8488
7982
  * Represents the information of an ad boundary.
8489
7983
  *
8490
- * @category Verizon Media
8491
7984
  * @category Uplynk
8492
7985
  * @public
8493
7986
  */
@@ -8504,7 +7997,6 @@ interface BoundaryInfo {
8504
7997
  /**
8505
7998
  * Represents the boundary of an ad that is relevant for up to three days after the original airing.
8506
7999
  *
8507
- * @category Verizon Media
8508
8000
  * @category Uplynk
8509
8001
  * @public
8510
8002
  */
@@ -8514,7 +8006,6 @@ interface BoundaryC3 {
8514
8006
  /**
8515
8007
  * Represents the boundary of an ad that is relevant for up to seven days after the original airing.
8516
8008
  *
8517
- * @category Verizon Media
8518
8009
  * @category Uplynk
8519
8010
  * @public
8520
8011
  */
@@ -8524,7 +8015,6 @@ interface BoundaryC7 {
8524
8015
  /**
8525
8016
  * Represents the boundary that identifies special content.
8526
8017
  *
8527
- * @category Verizon Media
8528
8018
  * @category Uplynk
8529
8019
  * @public
8530
8020
  */
@@ -8534,7 +8024,6 @@ interface BoundaryHalftime {
8534
8024
  /**
8535
8025
  * Represents the resolution of an Uplynk thumbnail.
8536
8026
  *
8537
- * @category Verizon Media
8538
8027
  * @category Uplynk
8539
8028
  * @public
8540
8029
  */
@@ -8566,27 +8055,6 @@ interface ThumbnailResolution {
8566
8055
  */
8567
8056
  height?: number;
8568
8057
  }
8569
- /**
8570
- * The TV rating of an asset, represented by a value from the following list:
8571
- * <br/> - `-1` (NOT_AVAILABLE)
8572
- * <br/> - `0` (NOT_APPLICABLE)
8573
- * <br/> - `1` (TV_Y)
8574
- * <br/> - `2` (TV_Y7)
8575
- * <br/> - `3` (TV_G)
8576
- * <br/> - `4` (TV_PG)
8577
- * <br/> - `5` (TV_14)
8578
- * <br/> - `6` (TV_MA)
8579
- * <br/> - `7` (NOT_RATED)
8580
- *
8581
- * @remarks
8582
- * In the online documentation the value for 0 is also "NOT RATED". Since this is counter-intuitive, we have assumed
8583
- * this to be erronous and have modeled this according to the Movie Ratings, with 0 being "NOT APPLICABLE".
8584
- *
8585
- * @category Verizon Media
8586
- * @public
8587
- * @deprecated Superseded by {@link UplynkAssetTvRating}
8588
- */
8589
- type VerizonMediaAssetTvRating = UplynkAssetTvRating;
8590
8058
  /**
8591
8059
  * The TV rating of an asset, represented by a value from the following list:
8592
8060
  * <br/> - `-1` (NOT_AVAILABLE)
@@ -8607,23 +8075,6 @@ type VerizonMediaAssetTvRating = UplynkAssetTvRating;
8607
8075
  * @public
8608
8076
  */
8609
8077
  type UplynkAssetTvRating = -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
8610
- /**
8611
- * The movie rating of an asset, represented by a value from the following list:
8612
- * <br/> - `-1` (NOT_AVAILABLE)
8613
- * <br/> - `0` (NOT_APPLICABLE)
8614
- * <br/> - `1` (G)
8615
- * <br/> - `2` (PG)
8616
- * <br/> - `3` (PG_13)
8617
- * <br/> - `4` (R)
8618
- * <br/> - `5` (NC_17)
8619
- * <br/> - `6` (X)
8620
- * <br/> - `7` (NOT_RATED)
8621
- *
8622
- * @category Verizon Media
8623
- * @public
8624
- * @deprecated Superseded by {@link UplynkAssetMovieRating}
8625
- */
8626
- type VerizonMediaAssetMovieRating = UplynkAssetMovieRating;
8627
8078
  /**
8628
8079
  * The movie rating of an asset, represented by a value from the following list:
8629
8080
  * <br/> - `-1` (NOT_AVAILABLE)
@@ -8641,15 +8092,6 @@ type VerizonMediaAssetMovieRating = UplynkAssetMovieRating;
8641
8092
  */
8642
8093
  type UplynkAssetMovieRating = -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
8643
8094
 
8644
- /**
8645
- * Fired when an asset info response is received.
8646
- *
8647
- * @category Verizon Media
8648
- * @category Events
8649
- * @public
8650
- * @deprecated Superseded by {@link UplynkAssetInfoResponseEvent}
8651
- */
8652
- type VerizonMediaAssetInfoResponseEvent = UplynkAssetInfoResponseEvent;
8653
8095
  /**
8654
8096
  * Fired when an asset info response is received.
8655
8097
  *
@@ -8664,14 +8106,6 @@ interface UplynkAssetInfoResponseEvent extends Event<'assetinforesponse'> {
8664
8106
  readonly response: UplynkAssetInfoResponse;
8665
8107
  }
8666
8108
 
8667
- /**
8668
- * Represents a Verizon Media response with advertisement information for live assets.
8669
- *
8670
- * @category Verizon Media
8671
- * @public
8672
- * @deprecated Superseded by {@link UplynkResponseLiveAds}
8673
- */
8674
- type VerizonMediaResponseLiveAds = UplynkResponseLiveAds;
8675
8109
  /**
8676
8110
  * Represents an Uplynk response with advertisement information for live assets.
8677
8111
  *
@@ -8687,14 +8121,6 @@ interface UplynkResponseLiveAds {
8687
8121
  */
8688
8122
  breaks: UplynkResponseLiveAdBreak[];
8689
8123
  }
8690
- /**
8691
- * Represents a Verizon Media response for live ad breaks.
8692
- *
8693
- * @category Verizon Media
8694
- * @public
8695
- * @deprecated Superseded by {@link UplynkResponseLiveAdBreak}
8696
- */
8697
- type VerizonMediaResponseLiveAdBreak = UplynkResponseLiveAdBreak;
8698
8124
  /**
8699
8125
  * Represents an Uplynk response for live ad breaks.
8700
8126
  *
@@ -8752,14 +8178,6 @@ interface UplynkResponseLiveAdBreak {
8752
8178
  */
8753
8179
  events: Record<string, string[]>;
8754
8180
  }
8755
- /**
8756
- * Represents a Verizon Media response with live ads.
8757
- *
8758
- * @category Verizon Media
8759
- * @public
8760
- * @deprecated Superseded by {@link UplynkResponseLiveAd}
8761
- */
8762
- type VerizonMediaResponseLiveAd = UplynkResponseLiveAd;
8763
8181
  /**
8764
8182
  * Represents an Uplynk response with live ads.
8765
8183
  *
@@ -8828,17 +8246,6 @@ interface UplynkResponseLiveAd {
8828
8246
  fw_parameters?: Record<string, string>;
8829
8247
  }
8830
8248
 
8831
- /**
8832
- * Represents a Verizon Media Ping response.
8833
- *
8834
- * @remarks
8835
- * <br/> - See {@link https://docs.vdms.com/video/#Develop/Pingv2.htm%3FTocPath%3DDevelop%7CClient%2520(Media%2520Player)%7C_____3 | Ping API (Version 2)}.
8836
- *
8837
- * @category Verizon Media
8838
- * @public
8839
- * @deprecated Superseded by {@link UplynkPingResponse}
8840
- */
8841
- type VerizonMediaPingResponse = UplynkPingResponse;
8842
8249
  /**
8843
8250
  * Represents an Uplynk Ping response.
8844
8251
  *
@@ -8877,15 +8284,6 @@ interface UplynkPingResponse {
8877
8284
  error?: string;
8878
8285
  }
8879
8286
 
8880
- /**
8881
- * Fired when a Ping response is received.
8882
- *
8883
- * @category Verizon Media
8884
- * @category Events
8885
- * @public
8886
- * @deprecated Superseded by {@link UplynkPingResponseEvent}
8887
- */
8888
- type VerizonMediaPingResponseEvent = UplynkPingResponseEvent;
8889
8287
  /**
8890
8288
  * Fired when a Ping response is received.
8891
8289
  *
@@ -8900,15 +8298,6 @@ interface UplynkPingResponseEvent extends Event<'pingresponse'> {
8900
8298
  readonly response: UplynkPingResponse;
8901
8299
  }
8902
8300
 
8903
- /**
8904
- * Fired when an error or invalid response is received from the Ping API.
8905
- *
8906
- * @category Verizon Media
8907
- * @category Events
8908
- * @public
8909
- * @deprecated Superseded by {@link UplynkPingErrorEvent}
8910
- */
8911
- type VerizonMediaPingErrorEvent = UplynkPingErrorEvent;
8912
8301
  /**
8913
8302
  * Fired when an error or invalid response is received from the Ping API.
8914
8303
  *
@@ -8923,14 +8312,6 @@ interface UplynkPingErrorEvent extends Event<'pingerror'> {
8923
8312
  readonly error: string;
8924
8313
  }
8925
8314
 
8926
- /**
8927
- * Represents a Verizon Media asset.
8928
- *
8929
- * @category Verizon Media
8930
- * @public
8931
- * @deprecated Superseded by {@link UplynkAsset}
8932
- */
8933
- type VerizonMediaAsset = UplynkAsset;
8934
8315
  /**
8935
8316
  * Represents an Uplynk asset.
8936
8317
  *
@@ -9067,15 +8448,6 @@ interface UplynkAsset {
9067
8448
  assetId: string;
9068
8449
  }
9069
8450
 
9070
- /**
9071
- * Fired when an asset is added.
9072
- *
9073
- * @category Verizon Media
9074
- * @category Events
9075
- * @public
9076
- * @deprecated Superseded by {@link UplynkAddAssetEvent}
9077
- */
9078
- type VerizonMediaAddAssetEvent = UplynkAddAssetEvent;
9079
8451
  /**
9080
8452
  * Fired when an asset is added.
9081
8453
  *
@@ -9090,15 +8462,6 @@ interface UplynkAddAssetEvent extends Event<'addasset'> {
9090
8462
  readonly asset: UplynkAsset;
9091
8463
  }
9092
8464
 
9093
- /**
9094
- * Fired when an asset is removed.
9095
- *
9096
- * @category Verizon Media
9097
- * @category Events
9098
- * @public
9099
- * @deprecated Superseded by {@link UplynkRemoveAssetEvent}
9100
- */
9101
- type VerizonMediaRemoveAssetEvent = UplynkRemoveAssetEvent;
9102
8465
  /**
9103
8466
  * Fired when an asset is removed.
9104
8467
  *
@@ -9113,14 +8476,6 @@ interface UplynkRemoveAssetEvent extends Event<'removeasset'> {
9113
8476
  readonly asset: UplynkAsset;
9114
8477
  }
9115
8478
 
9116
- /**
9117
- * The events fired by the {@link VerizonMediaAssetList}.
9118
- *
9119
- * @category Verizon Media
9120
- * @public
9121
- * @deprecated Superseded by {@link UplynkAssetEventMap}
9122
- */
9123
- type VerizonMediaAssetEventMap = UplynkAssetEventMap;
9124
8479
  /**
9125
8480
  * The events fired by the {@link UplynkAssetList}.
9126
8481
  *
@@ -9137,14 +8492,6 @@ interface UplynkAssetEventMap {
9137
8492
  */
9138
8493
  removeasset: UplynkRemoveAssetEvent;
9139
8494
  }
9140
- /**
9141
- * List of Verizon Media assets.
9142
- *
9143
- * @category Verizon Media
9144
- * @public
9145
- * @deprecated Superseded by {@link UplynkAssetList}
9146
- */
9147
- type VerizonMediaAssetList = UplynkAssetList;
9148
8495
  /**
9149
8496
  * List of Uplynk assets.
9150
8497
  *
@@ -9154,14 +8501,6 @@ type VerizonMediaAssetList = UplynkAssetList;
9154
8501
  interface UplynkAssetList extends EventedList<UplynkAsset, UplynkAssetEventMap> {
9155
8502
  }
9156
8503
 
9157
- /**
9158
- * The events fired by the {@link VerizonMedia | Verizon Media API}.
9159
- *
9160
- * @category Verizon Media
9161
- * @public
9162
- * @deprecated Superseded by {@link UplynkEventMap}.
9163
- */
9164
- type VerizonMediaEventMap = UplynkEventMap;
9165
8504
  /**
9166
8505
  * The events fired by the {@link Uplynk | Uplynk API}.
9167
8506
  *
@@ -9186,17 +8525,6 @@ interface UplynkEventMap {
9186
8525
  */
9187
8526
  pingerror: UplynkPingErrorEvent;
9188
8527
  }
9189
- /**
9190
- * The Verizon Media API.
9191
- *
9192
- * @remarks
9193
- * <br/> - Only available with the feature 'verizonmedia'.
9194
- *
9195
- * @category Verizon Media
9196
- * @public
9197
- * @deprecated Superseded by {@link Uplynk}.
9198
- */
9199
- type VerizonMedia = Uplynk;
9200
8528
  /**
9201
8529
  * The Uplynk API.
9202
8530
  *
@@ -10899,13 +10227,6 @@ declare class ChromelessPlayer implements EventDispatcher<PlayerEventMap> {
10899
10227
  * <br/> - Only available with the feature `'ads'`.
10900
10228
  */
10901
10229
  readonly ads?: Ads;
10902
- /**
10903
- * The Imagine API.
10904
- *
10905
- * @remarks
10906
- * <br/> - Only available with the feature `'imagine'`.
10907
- */
10908
- imagine?: Imagine;
10909
10230
  /**
10910
10231
  * The cast API.
10911
10232
  *
@@ -10931,14 +10252,6 @@ declare class ChromelessPlayer implements EventDispatcher<PlayerEventMap> {
10931
10252
  * The visibility API.
10932
10253
  */
10933
10254
  readonly visibility: Visibility;
10934
- /**
10935
- * The Verizon Media API.
10936
- *
10937
- * @remarks
10938
- * <br/> - Only available with the feature `'verizonmedia'`.
10939
- * @deprecated Superseded by `uplynk`.
10940
- */
10941
- readonly verizonMedia?: VerizonMedia;
10942
10255
  /**
10943
10256
  * The Uplynk API.
10944
10257
  *
@@ -13213,13 +12526,6 @@ interface TheoAdDescription extends AdDescription {
13213
12526
  * The integration of the ad break.
13214
12527
  */
13215
12528
  integration: 'theoads';
13216
- /** // TODO Move to internal api
13217
- * For SGAI, this should be configured with the signaling server base URI.
13218
- *
13219
- * If configured, the player will attempt to sideload the modified manifest from the signaling server separate from the source manifest.
13220
- * If not configured, the player will assume that the ad markers are part of the source manifest.
13221
- */
13222
- sources?: string;
13223
12529
  /**
13224
12530
  * Default GAM network code to use for ad requests.
13225
12531
  *
@@ -13290,10 +12596,6 @@ interface TheoAdDescription extends AdDescription {
13290
12596
  /**
13291
12597
  * The URI from where to retrieve the PodID's as returned from the EABN service from Google.
13292
12598
  *
13293
- * @remarks
13294
- * <br/> - This is specific for our NFL integration at the moment, so it's marked internal.
13295
- *
13296
- * @internal
13297
12599
  */
13298
12600
  retrievePodIdURI?: string;
13299
12601
  /**
@@ -13301,8 +12603,6 @@ interface TheoAdDescription extends AdDescription {
13301
12603
  *
13302
12604
  * @remarks
13303
12605
  * <br/> - If configured through THEOlive the configured value is used automatically unless it is defined in the ad source here.
13304
- *
13305
- * @internal
13306
12606
  */
13307
12607
  sseEndpoint?: string;
13308
12608
  }
@@ -14186,14 +13486,6 @@ interface LayoutChangeEvent extends Event<'layoutchange'> {
14186
13486
  * @public
14187
13487
  */
14188
13488
  declare const version: string;
14189
- /**
14190
- * The player suite version of the THEOplayer SDK.
14191
- *
14192
- * @category API
14193
- * @public
14194
- * @deprecated Use {@link version | THEOplayer.version} instead.
14195
- */
14196
- declare const playerSuiteVersion: string;
14197
13489
  /**
14198
13490
  * The features included in the THEOplayer SDK.
14199
13491
  *
@@ -14252,4 +13544,4 @@ declare function registerContentProtectionIntegration(integrationId: string, key
14252
13544
  */
14253
13545
  declare const utils: CommonUtils;
14254
13546
 
14255
- export { ABRConfiguration, ABRMetadata, ABRStrategy, ABRStrategyConfiguration, ABRStrategyType, AES128KeySystemConfiguration, AccessibilityRole, Ad, AdBreak, AdBreakEvent, AdBreakInit, AdBreakInterstitial, AdBufferingEvent, AdDescription, AdEvent, AdInit, AdIntegrationKind, AdMetadataEvent, AdPreloadType, AdReadyState, AdSkipEvent, AdSource, AdSourceType, AdType, AddCachingTaskEvent, AddTrackEvent, AddViewEvent, Ads, AdsConfiguration, AdsEventMap, AdsManagerLoadedEvent, AgamaAnalyticsIntegrationID, AgamaConfiguration, AgamaLogLevelType, AgamaPlayerConfiguration, AgamaServiceName, AgamaSourceConfiguration, AgamaStreamType, AirPlay, AnalyticsDescription, AnalyticsIntegrationID, AudioQuality, AxinomDRMConfiguration, AxinomIntegrationID, AzureDRMConfiguration, AzureIntegrationID, Base64Util, BaseSource, Boundary, BoundaryC3, BoundaryC7, BoundaryHalftime, BoundaryInfo, BufferSource, BufferedSegments, Cache, CacheEventMap, CacheStatus, CacheTaskStatus, CachingTask, CachingTaskEventMap, CachingTaskLicense, CachingTaskList, CachingTaskListEventMap, CachingTaskParameters, CanPlayEvent, CanPlayThroughEvent, Canvas, Cast, CastConfiguration, CastEventMap, CastState, CastStateChangeEvent, CertificateRequest, CertificateResponse, Chromecast, ChromecastConfiguration, ChromecastConnectionCallback, ChromecastError, ChromecastErrorCode, ChromecastErrorEvent, ChromecastEventMap, ChromecastMetadataDescription, ChromecastMetadataImage, ChromecastMetadataType, ChromelessPlayer, ClearkeyDecryptionKey, ClearkeyKeySystemConfiguration, Clip, ClipEventMap, ClosedCaptionFile, ComcastDRMConfiguration, ComcastIntegrationID, CommonUtils, CompanionAd, ConaxDRMConfiguration, ConaxIntegrationID, ContentProtectionError, ContentProtectionErrorCode, ContentProtectionErrorEvent, ContentProtectionIntegration, ContentProtectionIntegrationFactory, ContentProtectionRequest, ContentProtectionRequestSubType, ContentProtectionResponse, CrossOriginSetting, CsaiAdDescription, CurrentSourceChangeEvent, CustomAdIntegrationKind, CustomTextTrackMap, CustomTextTrackOptions, CustomWebVTTTextTrack, DAIAvailabilityType, DRMConfiguration, DRMTodayDRMConfiguration, DRMTodayIntegrationID, DashPlaybackConfiguration, DateRangeCue, DeliveryType, DeviceBasedTitaniumDRMConfiguration, DimensionChangeEvent, DirectionChangeEvent, DurationChangeEvent, EdgeStyle, EmptiedEvent, EmsgCue, EncryptedEvent, EndedEvent, EnterBadNetworkModeEvent, ErrorCategory, ErrorCode, ErrorEvent, Event, EventDispatcher, EventListener, EventMap, EventStreamCue, EventedList, ExitBadNetworkModeEvent, ExpressPlayDRMConfiguration, ExpressPlayIntegrationID, EzdrmDRMConfiguration, EzdrmIntegrationID, FairPlayKeySystemConfiguration, FreeWheelAdDescription, FreeWheelAdUnitType, FreeWheelCue, FullscreenOptions$1 as FullscreenOptions, Geo, GlobalCast, GlobalChromecast, GoogleDAI, GoogleDAIConfiguration, GoogleDAILiveConfiguration, GoogleDAISSAIIntegrationID, GoogleDAITypedSource, GoogleDAIVodConfiguration, GoogleImaAd, GoogleImaConfiguration, HTTPHeaders, HespApi, HespApiEventMap, HespMediaType, HespSourceConfiguration, HespTypedSource, HlsDiscontinuityAlignment, HlsPlaybackConfiguration, ID3AttachedPicture, ID3BaseFrame, ID3Comments, ID3CommercialFrame, ID3Cue, ID3Frame, ID3GenericEncapsulatedObject, ID3InvolvedPeopleList, ID3PositionSynchronisationFrame, ID3PrivateFrame, ID3SynchronizedLyricsText, ID3TermsOfUse, ID3Text, ID3UniqueFileIdentifier, ID3Unknown, ID3UnsynchronisedLyricsTextTranscription, ID3UrlLink, ID3UserDefinedText, ID3UserDefinedUrlLink, ID3Yospace, IMAAdDescription, Imagine, ImagineEventMap, ImagineSSAIIntegrationID, ImagineServerSideAdInsertionConfiguration, ImagineTrackingEvent, ImagineTypedSource, IntentToFallbackEvent, InterceptableRequest, InterceptableResponse, Interstitial, InterstitialEvent, InterstitialType, IrdetoDRMConfiguration, IrdetoIntegrationID, JoinStrategy, KeyOSDRMConfiguration, KeyOSFairplayKeySystemConfiguration, KeyOSIntegrationID, KeyOSKeySystemConfiguration, KeySystemConfiguration, KeySystemId, Latencies, LatencyConfiguration, LatencyManager, LayoutChangeEvent, LegacyTheoAds, LicenseRequest, LicenseResponse, LicenseType, LinearAd, List, LoadedDataEvent, LoadedMetadataEvent, MaybeAsync, MeasurableNetworkEstimator, MediaError, MediaErrorCode, MediaFile, MediaMelonConfiguration, MediaTailorSource, MediaTrack, MediaTrackEventMap, MediaTrackList, MediaType, MetadataDescription, Metrics, MillicastMetadataCue, MillicastSource, MoatAnalyticsIntegrationID, MoatConfiguration, MultiViewPlayer, MultiViewPlayerEventMap, MultiViewPlayerLayout, MutedAutoplayConfiguration, Network, NetworkEstimator, NetworkEstimatorController, NetworkEventMap, NetworkInterceptorController, NodeStyleVoidCallback, NonLinearAd, OverlayInterstitial, OverlayPosition, OverlaySize, PauseEvent, PiPConfiguration, PiPPosition, PlayEvent, PlayReadyKeySystemConfiguration, PlayerConfiguration, PlayerEventMap, PlayerList, PlayingEvent, PreloadType, Presentation, PresentationEventMap, PresentationMode, PresentationModeChangeEvent, ProgressEvent, PublicationLoadStartEvent, PublicationLoadedEvent, PublicationOfflineEvent, Quality, QualityEvent, QualityEventMap, QualityList, RateChangeEvent, ReadyStateChangeEvent, RelatedChangeEvent, RelatedContent, RelatedContentEventMap, RelatedContentSource, RelatedHideEvent, RelatedShowEvent, RemoveCachingTaskEvent, RemoveTrackEvent, RemoveViewEvent, Representation, RepresentationChangeEvent, Request, RequestBody, RequestInit, RequestInterceptor, RequestLike, RequestMeasurer, RequestMethod, RequestSubType, RequestType, ResponseBody, ResponseInit, ResponseInterceptor, ResponseLike, ResponseType, RetryConfiguration, SSAIIntegrationId, SeamlessPeriodSwitchStrategy, SeamlessSwitchStrategy, SeekedEvent, SeekingEvent, ServerSideAdInsertionConfiguration, ServerSideAdIntegrationController, ServerSideAdIntegrationFactory, ServerSideAdIntegrationHandler, SkippedAdStrategy, SmartSightConfiguration, SmartSightIntegrationID, Source, SourceAbrConfiguration, SourceChangeEvent, SourceConfiguration, SourceDescription, SourceIntegrationId, SourceLatencyConfiguration, Sources, SpotXAdDescription, SpotxData, SpotxQueryParameter, StateChangeEvent, StereoChangeEvent, StreamOneAnalyticsIntegrationID, StreamOneConfiguration, StreamType, StringKeyOf, StylePropertyRecord, SupportedCustomTextTrackCueTypes, THEOplayerAdDescription, THEOplayerError, TTMLCue, TTMLExtent, TargetQualityChangedEvent, TextTrack, TextTrackAddCueEvent, TextTrackCue, TextTrackCueChangeEvent, TextTrackCueEnterEvent, TextTrackCueEventMap, TextTrackCueExitEvent, TextTrackCueList, TextTrackCueUpdateEvent, TextTrackDescription, TextTrackEnterCueEvent, TextTrackError, TextTrackErrorCode, TextTrackErrorEvent, TextTrackEventMap, TextTrackExitCueEvent, TextTrackReadyState, TextTrackReadyStateChangeEvent, TextTrackRemoveCueEvent, TextTrackStyle, TextTrackStyleEventMap, TextTrackType, TextTrackTypeChangeEvent, TextTrackUpdateCueEvent, TextTracksList, TheoAdDescription, TheoAds, TheoAdsEventsMap, TheoAdsLayout, TheoAdsLayoutOverride, TheoLiveApi, TheoLiveApiEventMap, TheoLiveConfiguration, TheoLivePublication, TheoLiveSource, ThumbnailResolution, TimeRanges, TimeUpdateEvent, TitaniumDRMConfiguration, TitaniumIntegrationID, TokenBasedTitaniumDRMConfiguration, Track, TrackChangeEvent, TrackEventMap, TrackList, TrackListEventMap, TrackUpdateEvent, TypedSource, UIConfiguration, UILanguage, UIPlayerConfiguration, UIRelatedContent, UIRelatedContentEventMap, UniversalAdId, UpdateQualityEvent, Uplynk, UplynkAd, UplynkAdBeginEvent, UplynkAdBreak, UplynkAdBreakBeginEvent, UplynkAdBreakEndEvent, UplynkAdBreakEventMap, UplynkAdBreakList, UplynkAdBreakListEventMap, UplynkAdBreakSkipEvent, UplynkAdCompleteEvent, UplynkAdEndEvent, UplynkAdEventMap, UplynkAdFirstQuartileEvent, UplynkAdList, UplynkAdListEventMap, UplynkAdMidpointEvent, UplynkAdThirdQuartileEvent, UplynkAddAdBreakEvent, UplynkAddAssetEvent, UplynkAds, UplynkAsset, UplynkAssetEventMap, UplynkAssetId, UplynkAssetInfoResponse, UplynkAssetInfoResponseEvent, UplynkAssetList, UplynkAssetMovieRating, UplynkAssetTvRating, UplynkAssetType, UplynkConfiguration, UplynkDRMConfiguration, UplynkEventMap, UplynkExternalId, UplynkIntegrationID, UplynkPingConfiguration, UplynkPingErrorEvent, UplynkPingResponse, UplynkPingResponseEvent, UplynkPreplayBaseResponse, UplynkPreplayLiveResponse, UplynkPreplayResponse, UplynkPreplayResponseEvent, UplynkPreplayResponseType, UplynkPreplayVodResponse, UplynkRemoveAdBreakEvent, UplynkRemoveAdEvent, UplynkRemoveAssetEvent, UplynkResponseDrm, UplynkResponseLiveAd, UplynkResponseLiveAdBreak, UplynkResponseLiveAds, UplynkResponseVodAd, UplynkResponseVodAdBreak, UplynkResponseVodAdBreakOffset, UplynkResponseVodAdPlaceholder, UplynkResponseVodAds, UplynkSource, UplynkUiConfiguration, UplynkUpdateAdBreakEvent, UserActions, VPAIDMode, VR, VRConfiguration, VRDirection, VREventMap, VRPanoramaMode, VRPlayerConfiguration, VRState, VRStereoMode, VTTAlignSetting, VTTDirectionSetting, VTTLine, VTTLineAlignSetting, VTTPosition, VTTPositionAlignSetting, VTTScrollSetting, VendorCast, VendorCastEventMap, VerimatrixDRMConfiguration, VerimatrixIntegrationID, VerizonMedia, VerizonMediaAd, VerizonMediaAdBeginEvent, VerizonMediaAdBreak, VerizonMediaAdBreakBeginEvent, VerizonMediaAdBreakEndEvent, VerizonMediaAdBreakEventMap, VerizonMediaAdBreakList, VerizonMediaAdBreakListEventMap, VerizonMediaAdBreakSkipEvent, VerizonMediaAdCompleteEvent, VerizonMediaAdEndEvent, VerizonMediaAdEventMap, VerizonMediaAdFirstQuartileEvent, VerizonMediaAdList, VerizonMediaAdListEventMap, VerizonMediaAdMidpointEvent, VerizonMediaAdThirdQuartileEvent, VerizonMediaAddAdBreakEvent, VerizonMediaAddAssetEvent, VerizonMediaAds, VerizonMediaAsset, VerizonMediaAssetEventMap, VerizonMediaAssetId, VerizonMediaAssetInfoResponse, VerizonMediaAssetInfoResponseEvent, VerizonMediaAssetList, VerizonMediaAssetMovieRating, VerizonMediaAssetTvRating, VerizonMediaAssetType, VerizonMediaConfiguration, VerizonMediaEventMap, VerizonMediaExternalId, VerizonMediaPingConfiguration, VerizonMediaPingErrorEvent, VerizonMediaPingResponse, VerizonMediaPingResponseEvent, VerizonMediaPreplayBaseResponse, VerizonMediaPreplayLiveResponse, VerizonMediaPreplayResponse, VerizonMediaPreplayResponseEvent, VerizonMediaPreplayResponseType, VerizonMediaPreplayVodResponse, VerizonMediaRemoveAdBreakEvent, VerizonMediaRemoveAdEvent, VerizonMediaRemoveAssetEvent, VerizonMediaResponseDrm, VerizonMediaResponseLiveAd, VerizonMediaResponseLiveAdBreak, VerizonMediaResponseLiveAds, VerizonMediaResponseVodAd, VerizonMediaResponseVodAdBreak, VerizonMediaResponseVodAdBreakOffset, VerizonMediaResponseVodAdPlaceholder, VerizonMediaResponseVodAds, VerizonMediaSource, VerizonMediaUiConfiguration, VerizonMediaUpdateAdBreakEvent, VideoFrameCallbackMetadata, VideoFrameRequestCallback, VideoQuality, View, ViewChangeEvent, ViewPositionChangeEvent, VimondDRMConfiguration, VimondIntegrationID, Visibility, VisibilityObserver, VisibilityObserverCallback, VoidPromiseCallback, VolumeChangeEvent, VudrmDRMConfiguration, VudrmIntegrationID, WaitUntilCallback, WaitingEvent, WebAudio, WebVTTCue, WebVTTRegion, WidevineKeySystemConfiguration, XstreamDRMConfiguration, XstreamIntegrationID, YospaceId, YouboraAnalyticsIntegrationID, YouboraOptions, cache, cast, features, playerSuiteVersion, players, registerContentProtectionIntegration, utils, version, videojs };
13547
+ export { ABRConfiguration, ABRMetadata, ABRStrategy, ABRStrategyConfiguration, ABRStrategyType, AES128KeySystemConfiguration, AccessibilityRole, Ad, AdBreak, AdBreakEvent, AdBreakInit, AdBreakInterstitial, AdBufferingEvent, AdDescription, AdEvent, AdInit, AdIntegrationKind, AdMetadataEvent, AdPreloadType, AdReadyState, AdSkipEvent, AdSource, AdSourceType, AdType, AddCachingTaskEvent, AddTrackEvent, AddViewEvent, Ads, AdsConfiguration, AdsEventMap, AdsManagerLoadedEvent, AgamaAnalyticsIntegrationID, AgamaConfiguration, AgamaLogLevelType, AgamaPlayerConfiguration, AgamaServiceName, AgamaSourceConfiguration, AgamaStreamType, AirPlay, AnalyticsDescription, AnalyticsIntegrationID, AudioQuality, AxinomDRMConfiguration, AxinomIntegrationID, AzureDRMConfiguration, AzureIntegrationID, Base64Util, BaseSource, Boundary, BoundaryC3, BoundaryC7, BoundaryHalftime, BoundaryInfo, BufferSource, BufferedSegments, Cache, CacheEventMap, CacheStatus, CacheTaskStatus, CachingTask, CachingTaskEventMap, CachingTaskLicense, CachingTaskList, CachingTaskListEventMap, CachingTaskParameters, CanPlayEvent, CanPlayThroughEvent, Canvas, Cast, CastConfiguration, CastEventMap, CastState, CastStateChangeEvent, CertificateRequest, CertificateResponse, Chromecast, ChromecastConfiguration, ChromecastConnectionCallback, ChromecastError, ChromecastErrorCode, ChromecastErrorEvent, ChromecastEventMap, ChromecastMetadataDescription, ChromecastMetadataImage, ChromecastMetadataType, ChromelessPlayer, ClearkeyDecryptionKey, ClearkeyKeySystemConfiguration, Clip, ClipEventMap, ClosedCaptionFile, ComcastDRMConfiguration, ComcastIntegrationID, CommonUtils, CompanionAd, ConaxDRMConfiguration, ConaxIntegrationID, ContentProtectionError, ContentProtectionErrorCode, ContentProtectionErrorEvent, ContentProtectionIntegration, ContentProtectionIntegrationFactory, ContentProtectionRequest, ContentProtectionRequestSubType, ContentProtectionResponse, CrossOriginSetting, CsaiAdDescription, CurrentSourceChangeEvent, CustomAdIntegrationKind, CustomTextTrackMap, CustomTextTrackOptions, CustomWebVTTTextTrack, DAIAvailabilityType, DRMConfiguration, DRMTodayDRMConfiguration, DRMTodayIntegrationID, DashPlaybackConfiguration, DateRangeCue, DeliveryType, DeviceBasedTitaniumDRMConfiguration, DimensionChangeEvent, DirectionChangeEvent, DurationChangeEvent, EdgeStyle, EmptiedEvent, EmsgCue, EncryptedEvent, EndedEvent, EnterBadNetworkModeEvent, ErrorCategory, ErrorCode, ErrorEvent, Event, EventDispatcher, EventListener, EventMap, EventStreamCue, EventedList, ExitBadNetworkModeEvent, ExpressPlayDRMConfiguration, ExpressPlayIntegrationID, EzdrmDRMConfiguration, EzdrmIntegrationID, FairPlayKeySystemConfiguration, FreeWheelAdDescription, FreeWheelAdUnitType, FreeWheelCue, FullscreenOptions$1 as FullscreenOptions, Geo, GlobalCast, GlobalChromecast, GoogleDAI, GoogleDAIConfiguration, GoogleDAILiveConfiguration, GoogleDAISSAIIntegrationID, GoogleDAITypedSource, GoogleDAIVodConfiguration, GoogleImaAd, GoogleImaConfiguration, HTTPHeaders, HespApi, HespApiEventMap, HespMediaType, HespSourceConfiguration, HespTypedSource, HlsDiscontinuityAlignment, HlsPlaybackConfiguration, ID3AttachedPicture, ID3BaseFrame, ID3Comments, ID3CommercialFrame, ID3Cue, ID3Frame, ID3GenericEncapsulatedObject, ID3InvolvedPeopleList, ID3PositionSynchronisationFrame, ID3PrivateFrame, ID3SynchronizedLyricsText, ID3TermsOfUse, ID3Text, ID3UniqueFileIdentifier, ID3Unknown, ID3UnsynchronisedLyricsTextTranscription, ID3UrlLink, ID3UserDefinedText, ID3UserDefinedUrlLink, ID3Yospace, IMAAdDescription, IntentToFallbackEvent, InterceptableRequest, InterceptableResponse, Interstitial, InterstitialEvent, InterstitialType, IrdetoDRMConfiguration, IrdetoIntegrationID, JoinStrategy, KeyOSDRMConfiguration, KeyOSFairplayKeySystemConfiguration, KeyOSIntegrationID, KeyOSKeySystemConfiguration, KeySystemConfiguration, KeySystemId, Latencies, LatencyConfiguration, LatencyManager, LayoutChangeEvent, LicenseRequest, LicenseResponse, LicenseType, LinearAd, List, LoadedDataEvent, LoadedMetadataEvent, MaybeAsync, MeasurableNetworkEstimator, MediaError, MediaErrorCode, MediaFile, MediaMelonConfiguration, MediaTailorSource, MediaTrack, MediaTrackEventMap, MediaTrackList, MediaType, MetadataDescription, Metrics, MillicastMetadataCue, MillicastSource, MoatAnalyticsIntegrationID, MoatConfiguration, MultiViewPlayer, MultiViewPlayerEventMap, MultiViewPlayerLayout, MutedAutoplayConfiguration, Network, NetworkEstimator, NetworkEstimatorController, NetworkEventMap, NetworkInterceptorController, NodeStyleVoidCallback, NonLinearAd, OverlayInterstitial, OverlayPosition, OverlaySize, PauseEvent, PiPConfiguration, PiPPosition, PlayEvent, PlayReadyKeySystemConfiguration, PlayerConfiguration, PlayerEventMap, PlayerList, PlayingEvent, PreloadType, Presentation, PresentationEventMap, PresentationMode, PresentationModeChangeEvent, ProgressEvent, PublicationLoadStartEvent, PublicationLoadedEvent, PublicationOfflineEvent, Quality, QualityEvent, QualityEventMap, QualityList, RateChangeEvent, ReadyStateChangeEvent, RelatedChangeEvent, RelatedContent, RelatedContentEventMap, RelatedContentSource, RelatedHideEvent, RelatedShowEvent, RemoveCachingTaskEvent, RemoveTrackEvent, RemoveViewEvent, Representation, RepresentationChangeEvent, Request, RequestBody, RequestInit, RequestInterceptor, RequestLike, RequestMeasurer, RequestMethod, RequestSubType, RequestType, ResponseBody, ResponseInit, ResponseInterceptor, ResponseLike, ResponseType, RetryConfiguration, SSAIIntegrationId, SeamlessPeriodSwitchStrategy, SeamlessSwitchStrategy, SeekedEvent, SeekingEvent, ServerSideAdInsertionConfiguration, ServerSideAdIntegrationController, ServerSideAdIntegrationFactory, ServerSideAdIntegrationHandler, SkippedAdStrategy, SmartSightConfiguration, SmartSightIntegrationID, Source, SourceAbrConfiguration, SourceChangeEvent, SourceConfiguration, SourceDescription, SourceIntegrationId, SourceLatencyConfiguration, Sources, SpotXAdDescription, SpotxData, SpotxQueryParameter, StateChangeEvent, StereoChangeEvent, StreamOneAnalyticsIntegrationID, StreamOneConfiguration, StreamType, StringKeyOf, StylePropertyRecord, SupportedCustomTextTrackCueTypes, THEOplayerAdDescription, THEOplayerError, TTMLCue, TTMLExtent, TargetQualityChangedEvent, TextTrack, TextTrackAddCueEvent, TextTrackCue, TextTrackCueChangeEvent, TextTrackCueEnterEvent, TextTrackCueEventMap, TextTrackCueExitEvent, TextTrackCueList, TextTrackCueUpdateEvent, TextTrackDescription, TextTrackEnterCueEvent, TextTrackError, TextTrackErrorCode, TextTrackErrorEvent, TextTrackEventMap, TextTrackExitCueEvent, TextTrackReadyState, TextTrackReadyStateChangeEvent, TextTrackRemoveCueEvent, TextTrackStyle, TextTrackStyleEventMap, TextTrackType, TextTrackTypeChangeEvent, TextTrackUpdateCueEvent, TextTracksList, TheoAdDescription, TheoAds, TheoAdsEventsMap, TheoAdsLayout, TheoAdsLayoutOverride, TheoLiveApi, TheoLiveApiEventMap, TheoLiveConfiguration, TheoLivePublication, TheoLiveSource, ThumbnailResolution, TimeRanges, TimeUpdateEvent, TitaniumDRMConfiguration, TitaniumIntegrationID, TokenBasedTitaniumDRMConfiguration, Track, TrackChangeEvent, TrackEventMap, TrackList, TrackListEventMap, TrackUpdateEvent, TypedSource, UIConfiguration, UILanguage, UIPlayerConfiguration, UIRelatedContent, UIRelatedContentEventMap, UniversalAdId, UpdateQualityEvent, Uplynk, UplynkAd, UplynkAdBeginEvent, UplynkAdBreak, UplynkAdBreakBeginEvent, UplynkAdBreakEndEvent, UplynkAdBreakEventMap, UplynkAdBreakList, UplynkAdBreakListEventMap, UplynkAdBreakSkipEvent, UplynkAdCompleteEvent, UplynkAdEndEvent, UplynkAdEventMap, UplynkAdFirstQuartileEvent, UplynkAdList, UplynkAdListEventMap, UplynkAdMidpointEvent, UplynkAdThirdQuartileEvent, UplynkAddAdBreakEvent, UplynkAddAssetEvent, UplynkAds, UplynkAsset, UplynkAssetEventMap, UplynkAssetId, UplynkAssetInfoResponse, UplynkAssetInfoResponseEvent, UplynkAssetList, UplynkAssetMovieRating, UplynkAssetTvRating, UplynkAssetType, UplynkConfiguration, UplynkDRMConfiguration, UplynkEventMap, UplynkExternalId, UplynkIntegrationID, UplynkPingConfiguration, UplynkPingErrorEvent, UplynkPingResponse, UplynkPingResponseEvent, UplynkPreplayBaseResponse, UplynkPreplayLiveResponse, UplynkPreplayResponse, UplynkPreplayResponseEvent, UplynkPreplayResponseType, UplynkPreplayVodResponse, UplynkRemoveAdBreakEvent, UplynkRemoveAdEvent, UplynkRemoveAssetEvent, UplynkResponseDrm, UplynkResponseLiveAd, UplynkResponseLiveAdBreak, UplynkResponseLiveAds, UplynkResponseVodAd, UplynkResponseVodAdBreak, UplynkResponseVodAdBreakOffset, UplynkResponseVodAdPlaceholder, UplynkResponseVodAds, UplynkSource, UplynkUiConfiguration, UplynkUpdateAdBreakEvent, UserActions, VPAIDMode, VR, VRConfiguration, VRDirection, VREventMap, VRPanoramaMode, VRPlayerConfiguration, VRState, VRStereoMode, VTTAlignSetting, VTTDirectionSetting, VTTLine, VTTLineAlignSetting, VTTPosition, VTTPositionAlignSetting, VTTScrollSetting, VendorCast, VendorCastEventMap, VerimatrixDRMConfiguration, VerimatrixIntegrationID, VideoFrameCallbackMetadata, VideoFrameRequestCallback, VideoQuality, View, ViewChangeEvent, ViewPositionChangeEvent, VimondDRMConfiguration, VimondIntegrationID, Visibility, VisibilityObserver, VisibilityObserverCallback, VoidPromiseCallback, VolumeChangeEvent, VudrmDRMConfiguration, VudrmIntegrationID, WaitUntilCallback, WaitingEvent, WebAudio, WebVTTCue, WebVTTRegion, WidevineKeySystemConfiguration, XstreamDRMConfiguration, XstreamIntegrationID, YospaceId, YouboraAnalyticsIntegrationID, YouboraOptions, cache, cast, features, players, registerContentProtectionIntegration, utils, version, videojs };