bitmovin-analytics 2.53.2 → 2.54.0
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.
- package/bitmovin-analytics-bitmovin-player-web-x.js +2 -2
- package/bitmovin-analytics-bitmovin-player-web-x.js.map +1 -1
- package/bitmovin-analytics-bitmovin-player.d.ts +1 -1
- package/bitmovin-analytics-bitmovin-player.js +2 -2
- package/bitmovin-analytics-bitmovin-player.js.map +1 -1
- package/bitmovin-analytics.d.ts +7 -7
- package/bitmovin-analytics.js +2 -2
- package/bitmovin-analytics.js.map +1 -1
- package/package.json +1 -1
package/bitmovin-analytics.d.ts
CHANGED
|
@@ -278,7 +278,7 @@ export interface AnalyticsStateMachineOptions {
|
|
|
278
278
|
export declare class Bitmovin8Adapter implements AdapterAPI {
|
|
279
279
|
private readonly internalAdapter;
|
|
280
280
|
private readonly analytics;
|
|
281
|
-
constructor(player: any,
|
|
281
|
+
constructor(player: any, _opts?: AnalyticsStateMachineOptions);
|
|
282
282
|
readonly ssai: SsaiApi;
|
|
283
283
|
private wrapPlayerLoad;
|
|
284
284
|
static readonly version: string;
|
|
@@ -302,7 +302,7 @@ export declare const BitmovinPwxAnalyticsPackage: any;
|
|
|
302
302
|
export declare class CAFv3Adapter implements AdapterAPI {
|
|
303
303
|
private readonly internalAdapter;
|
|
304
304
|
private readonly analytics;
|
|
305
|
-
constructor(config: AnalyticsConfig, castReceiverContext: any,
|
|
305
|
+
constructor(config: AnalyticsConfig, castReceiverContext: any, _opts?: AnalyticsStateMachineOptions);
|
|
306
306
|
static readonly version: string;
|
|
307
307
|
get version(): string;
|
|
308
308
|
getCurrentImpressionId(): string | undefined;
|
|
@@ -314,7 +314,7 @@ export declare class CAFv3Adapter implements AdapterAPI {
|
|
|
314
314
|
export declare class HlsAdapter implements AdapterAPI {
|
|
315
315
|
private readonly internalAdapter;
|
|
316
316
|
private readonly analytics;
|
|
317
|
-
constructor(config: AnalyticsConfig, player: any,
|
|
317
|
+
constructor(config: AnalyticsConfig, player: any, _opts?: AnalyticsStateMachineOptions);
|
|
318
318
|
static readonly version: string;
|
|
319
319
|
get version(): string;
|
|
320
320
|
getCurrentImpressionId(): string | undefined;
|
|
@@ -326,7 +326,7 @@ export declare class HlsAdapter implements AdapterAPI {
|
|
|
326
326
|
export declare class HTMLVideoElementAdapter implements AdapterAPI {
|
|
327
327
|
private readonly internalAdapter;
|
|
328
328
|
private readonly analytics;
|
|
329
|
-
constructor(config: AnalyticsConfig, player: HTMLVideoElement,
|
|
329
|
+
constructor(config: AnalyticsConfig, player: HTMLVideoElement, _opts?: AnalyticsStateMachineOptions, sourceMetadata?: {
|
|
330
330
|
audioCodec?: string;
|
|
331
331
|
audioLanguage?: string;
|
|
332
332
|
streamFormat?: string;
|
|
@@ -353,7 +353,7 @@ export declare class HTMLVideoElementAdapter implements AdapterAPI {
|
|
|
353
353
|
export declare class ShakaAdapter implements AdapterAPI {
|
|
354
354
|
private readonly internalAdapter;
|
|
355
355
|
private readonly analytics;
|
|
356
|
-
constructor(config: AnalyticsConfig, player: any,
|
|
356
|
+
constructor(config: AnalyticsConfig, player: any, _opts?: AnalyticsStateMachineOptions);
|
|
357
357
|
private wrapPlayerLoad;
|
|
358
358
|
static readonly version: string;
|
|
359
359
|
get version(): string;
|
|
@@ -366,7 +366,7 @@ export declare class ShakaAdapter implements AdapterAPI {
|
|
|
366
366
|
export declare class THEOplayerAdapter implements AdapterAPI {
|
|
367
367
|
private readonly internalAdapter;
|
|
368
368
|
private readonly analytics;
|
|
369
|
-
constructor(config: AnalyticsConfig, player: any,
|
|
369
|
+
constructor(config: AnalyticsConfig, player: any, _opts?: AnalyticsStateMachineOptions);
|
|
370
370
|
readonly ssai: SsaiApi;
|
|
371
371
|
static readonly version: string;
|
|
372
372
|
get version(): string;
|
|
@@ -387,7 +387,7 @@ export declare class THEOplayerAdapter implements AdapterAPI {
|
|
|
387
387
|
export declare class VideojsAdapter implements AdapterAPI {
|
|
388
388
|
private readonly internalAdapter;
|
|
389
389
|
private readonly analytics;
|
|
390
|
-
constructor(config: AnalyticsConfig, player: any,
|
|
390
|
+
constructor(config: AnalyticsConfig, player: any, _opts?: AnalyticsStateMachineOptions);
|
|
391
391
|
static readonly version: string;
|
|
392
392
|
get version(): string;
|
|
393
393
|
getCurrentImpressionId(): string | undefined;
|