@edm-webplayer/webplayer-angular 0.1.99 → 0.2.1
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/package.json
CHANGED
|
@@ -25,9 +25,10 @@ export declare class PlyrPlayerComponent implements AfterViewInit, OnDestroy, On
|
|
|
25
25
|
private liveInteractionBlocker?;
|
|
26
26
|
private iosFullscreenCleanup?;
|
|
27
27
|
private pendingStartTime?;
|
|
28
|
-
private autoplayConfig?;
|
|
29
28
|
private readonly onResize;
|
|
30
|
-
private readonly
|
|
29
|
+
private readonly onRecommendationBlockerClick;
|
|
30
|
+
private readonly onTopBlockerPointerDown;
|
|
31
|
+
private readonly onTopBlockerClick;
|
|
31
32
|
private readonly controlsSafeZonePxDesktop;
|
|
32
33
|
private readonly controlsSafeZonePxTouch;
|
|
33
34
|
private readonly overlayInteractionGapPx;
|
|
@@ -36,7 +37,6 @@ export declare class PlyrPlayerComponent implements AfterViewInit, OnDestroy, On
|
|
|
36
37
|
private flushPendingStartTime;
|
|
37
38
|
private getControlsSafeZone;
|
|
38
39
|
private getOverlaySafeZone;
|
|
39
|
-
private getOverlayGuardHeight;
|
|
40
40
|
private getOpenMenuHeight;
|
|
41
41
|
ngAfterViewInit(): void;
|
|
42
42
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -58,15 +58,17 @@ export declare class PlyrPlayerComponent implements AfterViewInit, OnDestroy, On
|
|
|
58
58
|
private bindIOSFullscreenLogging;
|
|
59
59
|
private removeIOSFullscreenLogging;
|
|
60
60
|
private isIframeProvider;
|
|
61
|
+
private shouldDisableAutoplayForIOS;
|
|
61
62
|
private shouldResetProgressToBeginning;
|
|
62
63
|
private shouldEmitEndedOnPause;
|
|
63
64
|
private hasReachedEndThreshold;
|
|
64
65
|
private forceLivePlaybackResume;
|
|
65
66
|
private updateLiveInteractionBlocker;
|
|
66
67
|
private detachLiveInteractionBlocker;
|
|
67
|
-
private
|
|
68
|
-
private
|
|
69
|
-
private
|
|
68
|
+
private wantsAutoplay;
|
|
69
|
+
private shouldAutoplay;
|
|
70
|
+
private requiresMutedAutoplay;
|
|
71
|
+
private shouldBlockIframeAutoplay;
|
|
70
72
|
private stopRestrictedIframeAutoplay;
|
|
71
73
|
private setPlayerMutedState;
|
|
72
74
|
private temporarilyMuteForSeek;
|
|
@@ -82,8 +84,6 @@ export declare class PlyrPlayerComponent implements AfterViewInit, OnDestroy, On
|
|
|
82
84
|
private startAutoplayFlow;
|
|
83
85
|
private forceIframeAutoplayFallback;
|
|
84
86
|
private setupControlsVisibility;
|
|
85
|
-
private setupTouchControlsVisibility;
|
|
86
|
-
private setupDesktopControlsVisibility;
|
|
87
87
|
private bindFullscreenBehavior;
|
|
88
88
|
private setupPlayer;
|
|
89
89
|
private setupStartTime;
|
|
@@ -91,11 +91,7 @@ export declare class PlyrPlayerComponent implements AfterViewInit, OnDestroy, On
|
|
|
91
91
|
private unmuteAfterDelay;
|
|
92
92
|
private resetPlaybackRate;
|
|
93
93
|
private loadSource;
|
|
94
|
-
private loadYoutubeSource;
|
|
95
|
-
private loadMp4Source;
|
|
96
|
-
private loadHlsSource;
|
|
97
94
|
private resolveStartTime;
|
|
98
|
-
private applyStartTimeFromConfig;
|
|
99
95
|
private postCastEvent;
|
|
100
96
|
private onCastMessage;
|
|
101
97
|
ngOnDestroy(): void;
|