THEOplayer > AdPreloadType
The ad preloading strategy, represented by a value from the following list:
- 'none'
: Ads are not preloaded.
- 'midroll-and-postroll'
: Mid- and postrolls are preloaded.
Signature:
export declare type AdPreloadType = 'none' | 'midroll-and-postroll';
- For Google IMA, preloading starts 4 seconds before ad playback.