bitmovin-analytics 2.36.0 → 2.37.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.
package/bitmovin-analytics.d.ts
CHANGED
|
@@ -649,6 +649,7 @@ export declare class Bitmovin8Adapter extends Adapter implements AdapterAPI {
|
|
|
649
649
|
*/
|
|
650
650
|
private wrapPlayerLoad;
|
|
651
651
|
}
|
|
652
|
+
export declare const BitmovinPwxAnalyticsPackage: any;
|
|
652
653
|
export declare class CAFv3Adapter extends Adapter implements AdapterAPI {
|
|
653
654
|
constructor(config: AnalyticsConfig, player: any, opts?: AnalyticsStateMachineOptions);
|
|
654
655
|
}
|
|
@@ -695,6 +696,7 @@ declare enum CdnProvider {
|
|
|
695
696
|
}
|
|
696
697
|
declare enum Player {
|
|
697
698
|
BITMOVIN = "bitmovin",
|
|
699
|
+
BITMOVIN_PWX = "bitmovin-pwx",
|
|
698
700
|
JW = "jw",
|
|
699
701
|
RADIANT = "radiant",
|
|
700
702
|
VIDEOJS = "videojs",
|