bitmovin-analytics
Advanced tools
Comparing version 2.9.0 to 2.10.0
@@ -8,2 +8,3 @@ /// <reference types="hls.js" /> | ||
import { DownloadSpeedInfo } from '../../types/DownloadSpeedInfo'; | ||
import { PlaybackInfo } from '../../types/PlaybackInfo'; | ||
export declare class HlsInternalAdapter extends HTML5InternalAdapter implements InternalAdapterAPI { | ||
@@ -35,2 +36,3 @@ private hls; | ||
onManifestLoading(): void; | ||
getCurrentPlaybackInfo(): PlaybackInfo; | ||
/** | ||
@@ -41,2 +43,8 @@ * errorData: { type : error type, details : error details, fatal : if true, hls.js cannot/will not try to recover, if false, hls.js will try to recover,other error specific data } | ||
onHlsError(errorName: any, errorData: any): void; | ||
onAudioTrackSwitched(event: string, data: { | ||
id: string; | ||
}): void; | ||
onSubtitleLanguageSwitched(event: string, data: { | ||
id: string; | ||
}): void; | ||
/** | ||
@@ -47,2 +55,4 @@ * returns mapped error code for Hlsjs ErrorTypes | ||
private getErrorCodeFromHlsErrorType; | ||
private getSelectedAudioLanguage; | ||
private getSelectedSubtitleLanguage; | ||
} |
@@ -10,2 +10,3 @@ import { InternalAdapter } from './InternalAdapter'; | ||
import { SegmentInfo } from '../../types/SegmentInfo'; | ||
import { SubtitleInfo } from '../../types/SubtitleInfo'; | ||
export declare abstract class HTML5InternalAdapter extends InternalAdapter implements InternalAdapterAPI { | ||
@@ -94,2 +95,3 @@ protected mediaElement: HTMLVideoElement | null; | ||
sourceChange(config: any, timestamp: number): void; | ||
getSelectedSubtitleFromMediaElement(mediaElement: any): SubtitleInfo | undefined; | ||
} |
@@ -9,2 +9,6 @@ import { InternalAdapterAPI } from './InternalAdapterAPI'; | ||
constructor(player: any, opts?: AnalyticsStateMachineOptions); | ||
/** | ||
* @override | ||
*/ | ||
initialize(): void; | ||
getPlayerName: () => Player; | ||
@@ -11,0 +15,0 @@ getPlayerVersion: () => any; |
@@ -1,1 +0,1 @@ | ||
{"name":"bitmovin-analytics","version":"v2.9.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.10.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
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
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
653425
2227