interface HlsInterstitialAssetList {
    assets: HlsInterstitialAsset[];
    customAttributes?: {
        [key: string]: any;
    };
}

Properties

Array of interstitial assets in the asset list.

customAttributes?: {
    [key: string]: any;
}

Any attributes that is not known in the HLS interstitial asset list spec. The tracking information could be present here, X-AD-CREATIVE-SIGNALING in case of SVTA.

Type declaration

  • [key: string]: any