Bitmovin Player API 8.268.0
    Preparing search index...

    Interface HlsInterstitialAsset

    interface HlsInterstitialAsset {
        customAttributes?: { [key: string]: any };
        duration: number;
        uri: string;
    }
    Index
    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.

    duration: number

    The duration of the interstitial asset in seconds.

    uri: string

    The URI of the interstitial asset.