interface HlsInterstitialAsset {
    customAttributes?: {
        [key: string]: any;
    };
    duration: number;
    uri: string;
}

Properties

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

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

Type declaration

  • [key: string]: any
duration: number

The duration of the interstitial asset in seconds.

uri: string

The URI of the interstitial asset.