UNPKG

@mux/mux-video

Version:

A custom mux video element for the browser that Just Works™

8 lines (7 loc) 269 B
import type { IAdsVideoClientAd } from './types.js'; export declare class GoogleImaClientAd implements IAdsVideoClientAd { #private; constructor(ad: google.ima.Ad, manager: google.ima.AdsManager); isLinear(): boolean; isCustomPlaybackUsed(): boolean; }