bitmovin-analytics
Advanced tools
Comparing version 2.11.0 to 2.12.0
@@ -8,3 +8,2 @@ import { InternalAdapterAPI } from './InternalAdapterAPI'; | ||
private mediaPlayer; | ||
private onBeforeUnLoadEvent; | ||
constructor(mediaPlayer: any, opts?: AnalyticsStateMachineOptions); | ||
@@ -11,0 +10,0 @@ /** |
@@ -21,2 +21,3 @@ import { InternalAdapter } from './InternalAdapter'; | ||
abstract getPlayerVersion: () => string; | ||
private onBeforeUnLoadEvent; | ||
private _drmPerformanceInfo; | ||
@@ -89,2 +90,4 @@ private analyticsBitrate?; | ||
onPaused(): void; | ||
registerWindowEvents(): void; | ||
onPageClose(): void; | ||
checkPlayheadProgress(): void; | ||
@@ -91,0 +94,0 @@ /** |
@@ -7,4 +7,6 @@ import * as StateMachine from 'javascript-state-machine'; | ||
private seekStartedAt; | ||
private videoStartTimeout?; | ||
constructor(stateMachineCallbacks: StateMachineCallbacks, opts: AnalyticsStateMachineOptions); | ||
getAllStates(): any[]; | ||
getAllStatesBut(states: string[]): any[]; | ||
createStateMachine(opts: AnalyticsStateMachineOptions): StateMachine.StateMachine; | ||
@@ -14,2 +16,5 @@ callEvent(eventType: string, eventObject: any, timestamp: number): void; | ||
sourceChange: (config: any, timestamp: number, currentTime?: number | undefined) => void; | ||
private getReasonForVideoStartFailure; | ||
private setVideoStartTimeout; | ||
private clearVideoStartTimeout; | ||
} |
@@ -9,2 +9,3 @@ import * as StateMachine from 'javascript-state-machine'; | ||
private seekedTimeout; | ||
private videoStartTimeout?; | ||
constructor(stateMachineCallbacks: StateMachineCallbacks, opts: AnalyticsStateMachineOptions); | ||
@@ -17,2 +18,5 @@ getAllStates(): any[]; | ||
sourceChange: (config: any, timestamp: number, currentTime?: number | undefined) => void; | ||
private getReasonForVideoStartFailure; | ||
private setVideoStartTimeout; | ||
private clearVideoStartTimeout; | ||
} |
export declare const MESSAGE_NAMESPACE = "urn:x-cast:com.bitmovin.analytics.cast"; | ||
export declare const ANALYTICS_BACKEND_BASE_URL = "https://analytics-ingress-global.bitmovin.com"; | ||
export declare const ANALYTICS_LICENSECALL_TIMEOUT: number; | ||
export declare const ANALYTICS_VIDEOSTART_TIMEOUT: number; |
@@ -1,1 +0,1 @@ | ||
{"name":"bitmovin-analytics","version":"v2.11.0","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"}]} | ||
{"name":"bitmovin-analytics","version":"v2.12.0","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"}]} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
672861
2266