bitmovin-analytics 2.27.1 → 2.27.2
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.
|
@@ -25,9 +25,11 @@ export declare class Bitmovin8InternalAdapter extends InternalAdapter implements
|
|
|
25
25
|
private segmentTracker;
|
|
26
26
|
private _adModule?;
|
|
27
27
|
private lastTrackedCurrentTime;
|
|
28
|
+
private videoDuration;
|
|
28
29
|
private httpRequestTrackingAdapter;
|
|
29
30
|
constructor(player: PlayerAPI, opts?: AnalyticsStateMachineOptions);
|
|
30
31
|
protected get currentTime(): number;
|
|
32
|
+
protected get isAdPlaying(): boolean;
|
|
31
33
|
initialize(analytics: Analytics): Array<Feature<FeatureConfigContainer, FeatureConfig>>;
|
|
32
34
|
clearValues(): void;
|
|
33
35
|
clearSegments(): void;
|
|
@@ -12,6 +12,7 @@ export declare class Bitmovin8AnalyticsStateMachine extends AnalyticsStateMachin
|
|
|
12
12
|
private seekedTimestamp;
|
|
13
13
|
private seekStarted;
|
|
14
14
|
private seekEnded;
|
|
15
|
+
private lastTrackedVideoEndObject;
|
|
15
16
|
constructor(stateMachineCallbacks: StateMachineCallbacks, opts: AnalyticsStateMachineOptions);
|
|
16
17
|
getAllStatesBut(states: string[]): any[];
|
|
17
18
|
getAllStates(): any[];
|
package/js/core/Analytics.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"bitmovin-analytics","version":"v2.27.
|
|
1
|
+
{"name":"bitmovin-analytics","version":"v2.27.2","description":"Bitmovin Analytics Collector collects monitoring devents from video players for the Bitmovin Analytics Service","license":"MIT","repository":{"type":"git","url":"git+https://github.com/bitmovin/bitmovin-analytics-collector.git"},"main":"bitmovinanalytics.min.js","types":"bitmovin-analytics.d.ts","author":"Bitmovin Inc","homepage":"https://bitmovin.com/video-analytics/","maintainers":[{"name":"bitadmin","email":"admin@bitmovin.com"}]}
|