@theoplayer/extended 7.8.0 → 7.9.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.
@@ -2129,6 +2129,9 @@ type KeySystemId = 'widevine' | 'fairplay' | 'playready';
2129
2129
  * @category Source
2130
2130
  * @category SSAI
2131
2131
  * @public
2132
+ *
2133
+ * @deprecated
2134
+ * Use the new [Yospace web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/yospace/) instead.
2132
2135
  */
2133
2136
  type YospaceSSAIIntegrationID = 'yospace';
2134
2137
  /**
@@ -2141,6 +2144,9 @@ type YospaceSSAIIntegrationID = 'yospace';
2141
2144
  * @category Source
2142
2145
  * @category SSAI
2143
2146
  * @public
2147
+ *
2148
+ * @deprecated
2149
+ * Use the new [Yospace web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/yospace/) instead.
2144
2150
  */
2145
2151
  type YospaceStreamType = 'vod' | 'live' | 'livepause' | 'nonlinear';
2146
2152
  /**
@@ -2152,6 +2158,9 @@ type YospaceStreamType = 'vod' | 'live' | 'livepause' | 'nonlinear';
2152
2158
  * @category Source
2153
2159
  * @category SSAI
2154
2160
  * @public
2161
+ *
2162
+ * @deprecated
2163
+ * Use the new [Yospace web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/yospace/) instead.
2155
2164
  */
2156
2165
  interface YospaceServerSideAdInsertionConfiguration extends ServerSideAdInsertionConfiguration {
2157
2166
  /**
@@ -2171,6 +2180,9 @@ interface YospaceServerSideAdInsertionConfiguration extends ServerSideAdInsertio
2171
2180
  * @category Source
2172
2181
  * @category SSAI
2173
2182
  * @public
2183
+ *
2184
+ * @deprecated
2185
+ * Use the new [Yospace web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/yospace/) instead.
2174
2186
  */
2175
2187
  interface YospaceTypedSource extends TypedSource {
2176
2188
  ssai: YospaceServerSideAdInsertionConfiguration;
@@ -2355,7 +2367,7 @@ interface ImagineTypedSource extends TypedSource {
2355
2367
 
2356
2368
  /**
2357
2369
  * The identifier of a server-side ad insertion pre-integration, represented by a value from the following list:
2358
- * <br/> - `'yospace'`: The configuration with this identifier is a {@link YospaceServerSideAdInsertionConfiguration}
2370
+ * <br/> - `'yospace'`: The configuration with this identifier is a {@link YospaceServerSideAdInsertionConfiguration} (deprecated)
2359
2371
  * <br/> - `'google-dai'`: The configuration with this identifier is a {@link GoogleDAIConfiguration}
2360
2372
  * <br/> - `'imagine'`: The configuration with this identifier is a {@link ImagineServerSideAdInsertionConfiguration}
2361
2373
  *
@@ -2579,12 +2591,12 @@ interface VerizonMediaUiConfiguration {
2579
2591
  */
2580
2592
  interface SourceAbrConfiguration {
2581
2593
  /**
2582
- * A list of preferred audio codecs which will be used by the ABR algorithm to make an initial selection, if the codec is supported.
2594
+ * A list of preferred audio codecs which will be used by the ABR algorithm for track selection, if the codec is supported.
2583
2595
  *
2584
2596
  */
2585
2597
  preferredAudioCodecs?: string[];
2586
2598
  /**
2587
- * A list of preferred video codecs which will be used by the ABR algorithm to make an initial selection, if the codec is supported.
2599
+ * A list of preferred video codecs which will be used by the ABR algorithm for track selection, if the codec is supported.
2588
2600
  */
2589
2601
  preferredVideoCodecs?: string[];
2590
2602
  /**
@@ -4611,7 +4623,7 @@ type SourceIntegrationId = 'verizon-media' | 'mediatailor' | 'theolive';
4611
4623
  /**
4612
4624
  * The integration identifier of an analytics description, represented by a value from the following list:
4613
4625
  * <br/> - `'agama'`: The description is an {@link AgamaConfiguration}
4614
- * <br/> - `'conviva'`: The description is a {@link ConvivaConfiguration}
4626
+ * <br/> - `'conviva'`: The description is a {@link ConvivaConfiguration} (deprecated)
4615
4627
  * <br/> - `'youbora'`: The description is a {@link YouboraOptions}
4616
4628
  * <br/> - `'moat'`: The description is a {@link MoatConfiguration}
4617
4629
  * <br/> - `'streamone'`: The description is a {@link StreamOneConfiguration}
@@ -6814,6 +6826,9 @@ interface ABRConfiguration {
6814
6826
  *
6815
6827
  * @category Analytics
6816
6828
  * @public
6829
+ *
6830
+ * @deprecated
6831
+ * Use the new [Conviva web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/conviva/) instead.
6817
6832
  */
6818
6833
  type ConvivaAnalyticsIntegrationID = 'conviva';
6819
6834
  /**
@@ -6824,6 +6839,9 @@ type ConvivaAnalyticsIntegrationID = 'conviva';
6824
6839
  *
6825
6840
  * @category Analytics
6826
6841
  * @public
6842
+ *
6843
+ * @deprecated
6844
+ * Use the new [Conviva web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/conviva/) instead.
6827
6845
  */
6828
6846
  interface ConvivaConfiguration extends AnalyticsDescription {
6829
6847
  /**
@@ -6864,6 +6882,9 @@ interface ConvivaConfiguration extends AnalyticsDescription {
6864
6882
  *
6865
6883
  * @category Analytics
6866
6884
  * @public
6885
+ *
6886
+ * @deprecated
6887
+ * Use the new [Conviva web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/conviva/) instead.
6867
6888
  */
6868
6889
  interface Conviva {
6869
6890
  /**
@@ -6907,6 +6928,9 @@ interface Conviva {
6907
6928
  *
6908
6929
  * @category Analytics
6909
6930
  * @public
6931
+ *
6932
+ * @deprecated
6933
+ * Use the new [Conviva web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/conviva/) instead.
6910
6934
  */
6911
6935
  interface ConvivaContentMetadata {
6912
6936
  /**
@@ -6979,6 +7003,9 @@ interface Analytics {
6979
7003
  *
6980
7004
  * @remarks
6981
7005
  * <br/> - Only available with the feature `'conviva'`.
7006
+ *
7007
+ * @deprecated
7008
+ * Use the new [Conviva web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/conviva/) instead.
6982
7009
  */
6983
7010
  conviva?: Conviva;
6984
7011
  }
@@ -8616,6 +8643,9 @@ interface VerizonMedia extends EventDispatcher<VerizonMediaEventMap> {
8616
8643
  *
8617
8644
  * @category SSAI
8618
8645
  * @public
8646
+ *
8647
+ * @deprecated
8648
+ * Use the new [Yospace web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/yospace/) instead.
8619
8649
  */
8620
8650
  interface YospaceEventMap {
8621
8651
  /**
@@ -8631,6 +8661,9 @@ interface YospaceEventMap {
8631
8661
  *
8632
8662
  * @category SSAI
8633
8663
  * @public
8664
+ *
8665
+ * @deprecated
8666
+ * Use the new [Yospace web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/yospace/) instead.
8634
8667
  */
8635
8668
  interface YospaceCallbackObject {
8636
8669
  AdBreakStart: () => void;
@@ -8648,6 +8681,9 @@ interface YospaceCallbackObject {
8648
8681
  *
8649
8682
  * @category SSAI
8650
8683
  * @public
8684
+ *
8685
+ * @deprecated
8686
+ * Use the new [Yospace web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/yospace/) instead.
8651
8687
  */
8652
8688
  interface Yospace extends EventDispatcher<YospaceEventMap> {
8653
8689
  /**
@@ -9304,13 +9340,13 @@ interface EncryptedEvent extends Event<'encrypted'> {
9304
9340
  interface LatencyManager {
9305
9341
  /**
9306
9342
  * Whether the latency manager is enabled.
9307
- *
9308
- * @remarks
9309
- * <br/> - Can only be enabled for live playback.
9310
9343
  */
9311
9344
  enabled: boolean;
9312
9345
  /**
9313
9346
  * Whether the latency manager is monitoring to stay within the {@link LatencyManager.currentConfiguration | live playback configuration}.
9347
+ *
9348
+ * @remarks
9349
+ * <br/> - Can only be monitored for live playback.
9314
9350
  */
9315
9351
  readonly monitoringLivePlayback: boolean;
9316
9352
  /**
@@ -9998,6 +10034,9 @@ declare class ChromelessPlayer implements EventDispatcher<PlayerEventMap> {
9998
10034
  *
9999
10035
  * @remarks
10000
10036
  * <br/> - Only available with the feature `'yospace'`.
10037
+ *
10038
+ * @deprecated
10039
+ * Use the new [Yospace web connector](https://www.theoplayer.com/docs/theoplayer/connectors/web/yospace/) instead.
10001
10040
  */
10002
10041
  readonly yospace?: Yospace;
10003
10042
  /**