@theoplayer/extended 11.0.0 → 11.1.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.
@@ -11774,6 +11774,14 @@ declare class MultiViewPlayer implements EventDispatcher<MultiViewPlayerEventMap
11774
11774
  * Returns the volume of the player at position zero.
11775
11775
  */
11776
11776
  volume: number;
11777
+ /**
11778
+ * The version of the THEOplayer SDK that created this player.
11779
+ *
11780
+ * @remarks
11781
+ * <br/> - This is the same as {@link Globals.version | THEOplayer.version}.
11782
+ * <br/> - Available since v11.1.0.
11783
+ */
11784
+ readonly version: string;
11777
11785
  /**
11778
11786
  * Creates a new view.
11779
11787
  *
@@ -13888,6 +13896,14 @@ declare class ChromelessPlayer implements EventDispatcher<PlayerEventMap> {
13888
13896
  * <br/> - Volume is represented by a floating point number between `0.0` and `1.0`.
13889
13897
  */
13890
13898
  volume: number;
13899
+ /**
13900
+ * The version of the THEOplayer SDK that created this player.
13901
+ *
13902
+ * @remarks
13903
+ * <br/> - This is the same as {@link Globals.version | THEOplayer.version}.
13904
+ * <br/> - Available since v11.1.0.
13905
+ */
13906
+ readonly version: string;
13891
13907
  /**
13892
13908
  * The latency manager for low latency live playback.
13893
13909
  */