@theoplayer/extended 9.2.0 → 9.3.1

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.
@@ -8726,6 +8726,11 @@ interface HespApi extends EventDispatcher<HespApiEventMap> {
8726
8726
  * @public
8727
8727
  */
8728
8728
  interface HespSourceConfiguration {
8729
+ /**
8730
+ * The maximum bitrate to choose from during ABR for mobile devices
8731
+ * @internal
8732
+ */
8733
+ maxMobileBitrate?: number;
8729
8734
  }
8730
8735
  /**
8731
8736
  * Specific {@link TypedSource} variant for an HESP media resource.