UNPKG

593 BTypeScriptView Raw
1import { RequestParams } from './DataType';
2export declare class MediaAutoTrack {
3 private _mediaElement;
4 private _provider;
5 private _params;
6 private _started;
7 private _iframePlayer;
8 private eventActionMapping;
9 private _youTubeIframeLoader;
10 constructor(params: RequestParams, provider: any);
11 private _initYoutubeFrame;
12 private _iframeMediaTracker;
13 private _onPlayerStateChange;
14 private _html5MediaTracker;
15 private playEventAction;
16 private pauseEventAction;
17 private endedEventAction;
18 private recordEvent;
19 private _financial;
20}