THEOplayer Web SDK
    Preparing search index...

    Interface AdSource

    Describes the source of the ad.

    interface AdSource {
        src: string;
        type?: AdSourceType;
    }
    Index

    Properties

    Properties

    src: string

    The URL of the ad resource.

    The type of ad resource.

    'vmap' when set through SourceConfiguration.ads without a time offset, otherwise 'vast'.