@theoplayer/extended 6.11.0 → 6.12.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.
@@ -351,6 +351,14 @@ interface GoogleImaConfiguration {
351
351
  * @defaultValue -1
352
352
  */
353
353
  bitrate?: number;
354
+ /**
355
+ * The language code of the UI elements. See {@link https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side/localization | localization docs} for more information.
356
+ *
357
+ * @remarks
358
+ * <br/> - This will default to {@link UIConfiguration.language} when not specified.
359
+ *
360
+ */
361
+ language?: string;
354
362
  }
355
363
  /**
356
364
  * Represents a non-linear ad in the VAST specification.
@@ -3676,6 +3684,7 @@ interface SourceConfiguration {
3676
3684
  *
3677
3685
  * @remarks
3678
3686
  * <br/> - This setting is strictly after - e.g. setting `playAdsAfterTime` to 15 will cause the player to ignore an ad break scheduled to play at 15s.
3687
+ * <br/> - When scheduling a VMAP, it is required to set the {@link AdSource} type to `vmap`.
3679
3688
  *
3680
3689
  */
3681
3690
  playAdsAfterTime?: number;