bitmovin-analytics 2.26.2 → 2.26.3
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.
|
@@ -99,5 +99,6 @@ export declare abstract class HTML5InternalAdapter extends InternalAdapter imple
|
|
|
99
99
|
checkQualityLevelAttributes(silent?: boolean): void;
|
|
100
100
|
sourceChange(config: any, timestamp: number): void;
|
|
101
101
|
getSelectedSubtitleFromMediaElement(mediaElement: any): SubtitleInfo | undefined;
|
|
102
|
+
protected initializeStateMachine(): void;
|
|
102
103
|
private checkSeeking;
|
|
103
104
|
}
|
package/js/enums/Event.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AnalyticsEventBase, AudioChangeEvent, ErrorEvent, SourceChangeEvent, VideoChangeEvent } from '../types/EventData';
|
|
2
2
|
export declare enum Event {
|
|
3
|
+
SETUP = "setup",
|
|
3
4
|
READY = "ready",
|
|
4
5
|
SOURCE_LOADED = "sourceLoaded",
|
|
5
6
|
PLAY = "play",
|
|
@@ -34,6 +35,7 @@ export declare enum Event {
|
|
|
34
35
|
PLAYLIST_TRANSITION = "playlistTransition"
|
|
35
36
|
}
|
|
36
37
|
export interface EventMap {
|
|
38
|
+
[Event.SETUP]: AnalyticsEventBase;
|
|
37
39
|
[Event.READY]: AnalyticsEventBase;
|
|
38
40
|
[Event.SOURCE_LOADED]: AnalyticsEventBase;
|
|
39
41
|
[Event.PLAY]: AnalyticsEventBase;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"bitmovin-analytics","version":"v2.26.
|
|
1
|
+
{"name":"bitmovin-analytics","version":"v2.26.3","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"}]}
|