bitmovin-analytics 2.26.1 → 2.26.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.
|
@@ -96,9 +96,6 @@ export declare abstract class HTML5InternalAdapter extends InternalAdapter imple
|
|
|
96
96
|
registerWindowEvents(): void;
|
|
97
97
|
onPageClose(): void;
|
|
98
98
|
checkPlayheadProgress(): void;
|
|
99
|
-
/**
|
|
100
|
-
* @param {boolean} silent
|
|
101
|
-
*/
|
|
102
99
|
checkQualityLevelAttributes(silent?: boolean): void;
|
|
103
100
|
sourceChange(config: any, timestamp: number): void;
|
|
104
101
|
getSelectedSubtitleFromMediaElement(mediaElement: any): SubtitleInfo | undefined;
|
package/js/utils/Utils.d.ts
CHANGED
|
@@ -7,6 +7,9 @@ export declare const validNumber: (num: any) => boolean;
|
|
|
7
7
|
export declare const sanitizePath: (path: string) => string;
|
|
8
8
|
export declare const calculateTimeWithUndefined: (time?: number | undefined) => number | undefined;
|
|
9
9
|
export declare const calculateTime: (time: number) => number;
|
|
10
|
+
/**
|
|
11
|
+
* Return the current time in milliseconds.
|
|
12
|
+
*/
|
|
10
13
|
export declare const getCurrentTimestamp: () => number;
|
|
11
14
|
export declare const getDurationFromTimestampToNow: (timestamp: number) => number;
|
|
12
15
|
export declare const generateUUID: () => string;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"bitmovin-analytics","version":"v2.26.
|
|
1
|
+
{"name":"bitmovin-analytics","version":"v2.26.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"}]}
|