UNPKG

video-ad-sdk

Version:

VAST/VPAID SDK that allows video ads to be played on top of any player

4 lines (3 loc) 280 B
import type { VideoAdContainer } from '../../../adContainer'; import type { ParsedAd, MediaFile, Hooks, Optional } from '../../../types'; export declare const findBestMedia: (inlineAd: ParsedAd, videoAdContainer: VideoAdContainer, { getMediaFile }: Hooks) => Optional<MediaFile>;